Skip to content

Commit

Permalink
requrements.txt updated with fixed package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thinh-vu committed Aug 12, 2024
1 parent e3a83cd commit e1bf570
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
23 changes: 11 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
pandas
requests
bs4
pandas==2.2.1
requests==2.31.0
bs4==0.0.2
vnai>=0.1.0
openpyxl
vnstock_ezchart
fake_useragent
cryptography
psutil
fake_useragent
click
click-repl
seaborn
openpyxl==3.1.2
vnstock_ezchart==0.0.2
fake_useragent==1.5.1
cryptography==42.0.5
psutil==6.0.0
click==8.1.7
click-repl==0.3.0
seaborn==0.13.2
# coverage # for testing
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"requests",
"beautifulsoup4",
"pandas",
"seaborn",
"vnai>=0.1.3",
"openpyxl",
"pydantic",
Expand Down

0 comments on commit e1bf570

Please sign in to comment.