Update dependencies in setup.py

This commit is contained in:
Dario Moceri
2021-01-29 15:19:30 +01:00
parent 0c9299184d
commit 026cd63929
2 changed files with 12 additions and 1 deletions

View File

@@ -45,7 +45,17 @@ setup(
# Python versions (enforced)
python_requires='>=3.0.0, <4',
# deps installed by pip
install_requires=['eventemitter', 'asyncio', 'websockets', 'pylint', 'six', 'pyee', 'aiohttp'],
install_requires=[
'eventemitter==0.2.0',
'asyncio==3.4.3',
'websockets==7.0',
'pylint==2.3.0',
'pytest-asyncio==0.10.0',
'six==1.12.0',
'pyee==8.0.1',
'aiohttp==3.4.4',
'isort==4.3.21'
],
project_urls={
'Bug Reports': 'https://github.com/bitfinexcom/bitfinex-api-py/issues',
'Source': 'https://github.com/bitfinexcom/bitfinex-api-py',