diff options
| author | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-27 11:45:51 +0200 |
|---|---|---|
| committer | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-27 14:57:11 +0200 |
| commit | fa89615868888fe656ba7bdda2a2fb4baa701349 (patch) | |
| tree | b2da4769e8f41156c05bb37c555c8cffb9009c51 /setup.py | |
| parent | 40199bad6862f21527c322f41653179c700edea3 (diff) | |
| download | gitdb-2.1.0.dev3.tar.gz | |
chore(ver): bump 2.0.0.dev1-->2.1.0.dev3, and morev2.1.0.dev3
+ chore(deps):
+ smmap2-v2.1.0.dev4 (FIXes memoryview leak).
+ FIX quoted environment marker in requirements.
+ import actually smmap2!
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -20,10 +20,8 @@ setup( packages=('gitdb', 'gitdb.db', 'gitdb.utils', 'gitdb.test'), license="BSD License", zip_safe=False, - install_requires=['smmap2 >= 2.1.0'], - extras_require={ - ':python_version <= "2.7"': ['contextlib2'], - }, + install_requires=['smmap2 >= 2.0.0'], + extras_require={':python_version=="2.7"': ['contextlib2']}, long_description="""GitDB is a pure-Python git object database""", # See https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[ |
