Skip to content

Commit

Permalink
update: requirements.txt, .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zdeneklapes committed Jul 5, 2023
1 parent dc504ee commit b1346e0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
others/
scrapper/.env

venv/
.venv/

# ide
.idea/

tags


# cache
.cache/
Expand Down
36 changes: 27 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
colorama
forex-python
packaging
pip-autoremove
pip-chill
pysocks
pyyaml
selenium
webdriver-manager
attrs==23.1.0
certifi==2023.5.7
charset-normalizer==3.1.0
colorama==0.4.6
CurrencyConverter==0.17.9
exceptiongroup==1.1.2
forex-python==1.8
h11==0.14.0
idna==3.4
outcome==1.2.0
packaging==23.1
pip-autoremove==0.10.0
pip-chill==1.0.3
PySocks==1.7.1
python-dotenv==1.0.0
PyYAML==6.0
requests==2.31.0
selenium==4.10.0
simplejson==3.19.1
sniffio==1.3.0
sortedcontainers==2.4.0
tqdm==4.65.0
trio==0.22.1
trio-websocket==0.10.3
urllib3==2.0.3
webdriver-manager==3.8.6
wsproto==1.2.0

0 comments on commit b1346e0

Please sign in to comment.