Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
VladKochetov007 committed Jun 3, 2021
1 parent d6d9bf3 commit 4a8f9c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion quick_trade/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"https://teletype.in/@cozy_codespace/Hk70-Ntl4 -- heroku and threading problems",
"https://stackoverflow.com/questions/57838939/handling-exceptions-with-bulk-api-requests --"
"IEX token"]
__version__: str = "4.4"
__version__: str = "4.5"

SCATTER_SIZE: float = 12.0
SCATTER_ALPHA: float = 1.0
Expand Down
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
author='Vlad Kochetov',
author_email='[email protected]',
packages=setuptools.find_packages(),
version='4.4',
version='4.5',
description='Trading system for crypto, forex, stocks and others',
long_description=long_desc,
long_description_content_type="text/markdown",
url='https://github.com/VladKochetov007/quick_trade',
install_requires=[
'plotly==4.14.3'
'pykalman==0.9.5'
'numpy==1.20.3'
'pandas==1.2.4'
'ta==0.7.0'
'scipy==1.6.3'
'plotly==4.14.3',
'pykalman==0.9.5',
'numpy==1.20.3',
'pandas==1.2.4',
'ta==0.7.0',
'scipy==1.6.3',
'ccxt==1.50.69'
],
download_url='https://github.com/VladKochetov007/quick_trade/archive/4.4.tar.gz',
download_url='https://github.com/VladKochetov007/quick_trade/archive/4.5.tar.gz',
keywords=[
'technical-analysis',
'python3',
Expand Down

0 comments on commit 4a8f9c6

Please sign in to comment.