Skip to content

Commit

Permalink
Fix of the dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ateska committed Jun 29, 2020
1 parent b705771 commit 11447b3
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,27 +65,26 @@ def run(self):
'Source': 'https://github.com/LibertyAces/BitSwanPump'
},
install_requires=[
'aiohttp>=3.5.4,<4.0',
'aiokafka>=0.5.1,<1.0',
'aiosmtplib>=1.0.5,<2.0',
'aiozk>=0.0.0',
'asab>=19.1',
'fastavro>=0.21.24,<1.0',
'asab>=20.6',
'aiohttp>=3.6.2,<4.0',
'requests>=2.24.0,<3.0',
'aiokafka>=0.6.0,<1.0',
'aiozk>=0.25.0',
'aiosmtplib>=1.1.3,<2.0',
'fastavro>=0.23.5,<1.0',
'google-api-python-client>=1.7.10,<2',
'numpy>=1.18.1,<2.0',
'pika>=1.0.1,<2.0',
'pyjwt>=1.7.1,<2.0',
'pymysql>=0.9,<=0.9.2', # aiomysql 0.0.20 requires PyMySQL<=0.9.2
'numpy>=1.19.0,<2.0',
'pika>=1.1.0,<2.0',
'pymysql>=0.9.2,<=0.9.2', # aiomysql 0.0.20 requires PyMySQL<=0.9.2
'aiomysql>=0.0.20,<0.1',
'mysql-replication>=0.19,<1.0',
'pytz>=2019.1,<2020.0',
'requests>=2.21.0,<3.0',
'netaddr>=0.6.0,<10.0',
'pyaml>=20.4.0,<30.0',
'pymongo>=0.0.0,<10.0.0',
'motor>=2.0.0,<3.0',
'mongoquery>=1.3.5,<2.0',
'pywinrm>=0.0.0',
'mysql-replication>=0.21,<1.0',
'pytz>=2020.1',
'netaddr>=0.7.20',
'pyyaml>=5.3.1,<6.0',
'pymongo>=3.10.1,<4.0.0',
'motor>=2.1.0,<3.0',
'mongoquery>=1.3.6,<2.0',
'pywinrm>=0.4.1,<=1.0.0',
# 'pyarrow>=0.13.0,<1.0', # `pip install pyarrow` fails on Apline Linux
# 'pandas>=0.24.2,<1.0', Needed for pyarrow
],
Expand Down

0 comments on commit 11447b3

Please sign in to comment.