Skip to content

Commit 92459d3

Browse files
committed
Require gitdb (at least version 4)
#59
1 parent 5f819b5 commit 92459d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
smmap>=3
1+
gitdb>=4

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=['smmap>=3'],
23+
install_requires=['gitdb>=4'],
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)