Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VladKochetov007 committed Dec 28, 2021
2 parents 616255a + 0a72dbc commit 4174413
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.21.4
plotly==5.4.0
numpy==1.21.5
plotly==5.5.0
pandas==1.3.5
ta==0.8.0
tqdm==4.62.3
ccxt==1.63.77
ccxt==1.64.83
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
'Bug Tracker': 'https://github.com/VladKochetov007/quick_trade/issues'
},
install_requires=[
'numpy==1.21.4',
'plotly==5.4.0',
'numpy==1.21.5',
'plotly==5.5.0',
'pandas==1.3.5',
'ta==0.8.0',
'tqdm==4.62.3',
'ccxt==1.63.77',
'ccxt==1.64.83',
],
download_url=f'https://github.com/VladKochetov007/quick_trade/archive/{__version__}.tar.gz',
keywords=[
Expand Down

0 comments on commit 4174413

Please sign in to comment.