Skip to content

Commit 02de02c

Browse files
committed
Restrict smmap2 version to <3
1 parent 5699c13 commit 02de02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
packages=('gitdb', 'gitdb.db', 'gitdb.utils', 'gitdb.test'),
2121
license="BSD License",
2222
zip_safe=False,
23-
install_requires=['smmap2 >= 2.0.0'],
23+
install_requires=['smmap2>=2,<3'],
2424
long_description="""GitDB is a pure-Python git object database""",
2525
python_requires='>=3.4',
2626
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)