diff --git a/requirements.txt b/requirements.txt index bf94f4b..0e97cf5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pandas>=1.1.4 # pandas-ta==0.2.28b0 plotly>=4.12.0 python-dotenv==0.14.0 -requests==2.25.0 +requests==2.31.0 SQLAlchemy==1.3.18 websocket==0.2.1 websocket-client==0.57.0 diff --git a/setup.py b/setup.py index ca515be..bdb0ad1 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ author_email='hello@tudorbarbulescu.com', license='MIT', url='https://github.com/tudorelu/pyjuque', - install_requires=['yaspin==1.2.0', 'ccxt>=1.40.74', 'pyyaml==5.4', 'numpy>=1.19.4', 'pandas>=1.1.4', 'plotly>=4.12.0', 'python-dotenv==0.15.0' ,'requests==2.25.0', 'SQLAlchemy==1.3.18', 'websocket==0.2.1', 'websocket-client==0.57.0'], + install_requires=['yaspin==1.2.0', 'ccxt>=1.40.74', 'pyyaml==5.4', 'numpy>=1.19.4', 'pandas>=1.1.4', 'plotly>=4.12.0', 'python-dotenv==0.15.0' ,'requests==2.31.0', 'SQLAlchemy==1.3.18', 'websocket==0.2.1', 'websocket-client==0.57.0'], setup_requires=['nose2==0.9.2'], tests_require=['alchemy-mock==0.4.3', 'coverage==5.1', 'freezegun==0.3.15', 'mock==4.0.2', 'nose2==0.9.2', 'pandas==1.1.4'] )