Skip to content

Commit

Permalink
Bump ccxt to 1.83.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed May 20, 2022
1 parent 219363f commit b3acfb3
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.82.61
ccxt==1.83.12
# Pin cryptography for now due to rust build errors with piwheels
cryptography==37.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.80.67',
'ccxt>=1.83.12',
'SQLAlchemy',
'python-telegram-bot>=13.4',
'arrow>=0.17.0',
Expand Down

0 comments on commit b3acfb3

Please sign in to comment.