Skip to content

Commit

Permalink
Bump requirements to 1.79.81, min-required to 1.79.69
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Apr 18, 2022
1 parent 80b34de commit 1ce20ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy==1.22.3
pandas==1.4.2
pandas-ta==0.3.14b

ccxt==1.79.69
ccxt==1.79.81
# Pin cryptography for now due to rust build errors with piwheels
cryptography==36.0.2
aiohttp==3.8.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
install_requires=[
# from requirements.txt
'ccxt>=1.77.29',
'ccxt>=1.79.69',
'SQLAlchemy',
'python-telegram-bot>=13.4',
'arrow>=0.17.0',
Expand Down

0 comments on commit 1ce20ea

Please sign in to comment.