Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VladKochetov007 committed Apr 20, 2022
2 parents b7a66b3 + df2dff7 commit 996e4ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy==1.22.3
plotly==5.7.0
pandas==1.4.2
ta==0.9.0
ta==0.10.1
tqdm==4.64.0
ccxt==1.79.19
ccxt==1.79.94
scikit-learn
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
'numpy==1.22.3',
'plotly==5.7.0',
'pandas==1.4.2',
'ta==0.9.0',
'ta==0.10.1',
'tqdm==4.64.0',
'ccxt==1.79.19',
'ccxt==1.79.94',
'scikit-learn',
],
download_url=f'https://github.com/VladKochetov007/quick_trade/archive/{__version__}.tar.gz',
Expand Down

0 comments on commit 996e4ff

Please sign in to comment.