Skip to content

Commit

Permalink
installation: unpin boto and s3fs
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Oct 21, 2021
1 parent 08cb2d0 commit 5963569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
]

install_requires = [
'boto3>=1.9.91,<=1.14.44',
'boto3>=1.9.91',
'invenio-files-rest>=1.3.0',
's3fs>=0.3.0,<0.4.0',
's3fs>=0.3.0',
]

packages = find_packages()
Expand Down

0 comments on commit 5963569

Please sign in to comment.