Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VladKochetov007 committed Nov 6, 2021
2 parents 6086445 + 72288be commit 6d8fcd4
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,6 +1,6 @@
numpy==1.21.3
numpy==1.21.4
plotly==5.3.1
pandas==1.3.4
ta==0.7.0
tqdm==4.62.3
ccxt==1.60.16
ccxt==1.60.39
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
'Source': 'https://github.com/VladKochetov007/quick_trade',
},
install_requires=[
'numpy==1.21.3',
'numpy==1.21.4',
'plotly==5.3.1',
'pandas==1.3.4',
'ta==0.7.0',
'tqdm==4.62.3',
'ccxt==1.60.16',
'ccxt==1.60.39',
],
download_url=f'https://github.com/VladKochetov007/quick_trade/archive/{__version__}.tar.gz',
keywords=[
Expand Down

0 comments on commit 6d8fcd4

Please sign in to comment.