Skip to content

Commit

Permalink
Update smmap upper bound in setup.py
Browse files Browse the repository at this point in the history
Fixes #69
  • Loading branch information
Harmon758 committed Mar 26, 2021
1 parent aa7228e commit fc11a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
packages=('gitdb', 'gitdb.db', 'gitdb.utils', 'gitdb.test'),
license="BSD License",
zip_safe=False,
install_requires=['smmap>=3.0.1,<4'],
install_requires=['smmap>=3.0.1,<5'],
long_description="""GitDB is a pure-Python git object database""",
python_requires='>=3.4',
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit fc11a03

Please sign in to comment.