Skip to content

Commit

Permalink
fsspec: fixing build and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz authored and juarezr committed Aug 4, 2020
1 parent 9ae3fc4 commit 051320c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion optional_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ SQLAlchemy==1.3.6
Whoosh==2.7.4
xlrd==1.2.0
xlwt==1.3.0
fastavro>=0.23.4
fastavro>=0.24
smbprotocol>=1.0.1
requests; python_version >= '3.4'
fsspec>=0.7.4 ; python_version >= '3.4'
aiohttp>=3.6.2 ; python_version >= '3.5.3'
s3fs>=0.2.2 ; python_version >= '3.4'
# packages bellow need complex local setup
psycopg2==2.8.3
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
setup_requires=["setuptools>18.0", "setuptools-scm>1.5.4"],
extras_require={
'avro': ['fastavro>=0.23.4'],
'avro': ['fastavro>=0.24.0'],
'bcolz': ['bcolz>=1.2.1'],
'db': ['SQLAlchemy>=1.3.6'],
'hdf5': ['cython>=0.29.13', 'numpy>=1.16.4', 'numexpr>=2.6.9',
'tables>=3.5.2'],
'http': ['aiohttp>=3.6.2', 'requests'],
'interval': ['intervaltree>=3.0.2'],
'numpy': ['numpy>=1.16.4'],
'pandas': ['pandas>=0.24.2'],
Expand Down

0 comments on commit 051320c

Please sign in to comment.