diff options
| author | Harmon <Harmon758@gmail.com> | 2020-02-22 16:25:56 -0600 |
|---|---|---|
| committer | Harmon <Harmon758@gmail.com> | 2020-02-22 16:25:56 -0600 |
| commit | 02de02cbd938015ff6ba3e668da4e641fdd74c4a (patch) | |
| tree | 1f32af1057d2d86db73977a4d623b4ae88562002 | |
| parent | 5699c137e2078be52392b69a6d1bae65e9464cef (diff) | |
| download | gitdb-02de02cbd938015ff6ba3e668da4e641fdd74c4a.tar.gz | |
Restrict smmap2 version to <3
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ setup( packages=('gitdb', 'gitdb.db', 'gitdb.utils', 'gitdb.test'), license="BSD License", zip_safe=False, - install_requires=['smmap2 >= 2.0.0'], + install_requires=['smmap2>=2,<3'], long_description="""GitDB is a pure-Python git object database""", python_requires='>=3.4', # See https://pypi.python.org/pypi?%3Aaction=list_classifiers |
