Skip to content

Commit 3c7ec9d

Browse files
committed
Merge pull request #190 from jean/master
Add missing requirements
2 parents 5c6a8d8 + 65dfb0b commit 3c7ec9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def _stamp_version(filename):
6363
else:
6464
print >> sys.stderr, "WARNING: Couldn't find version line in file %s" % filename
6565

66+
test_requirements = ['mock', 'nose', 'gitdb >= 0.5.1']
6667
setup(name="GitPython",
6768
cmdclass={'build_py': build_py, 'sdist': sdist},
6869
version=VERSION,
@@ -75,8 +76,8 @@ def _stamp_version(filename):
7576
package_data={'git.test': ['fixtures/*']},
7677
package_dir={'git': 'git'},
7778
license="BSD License",
78-
requires=['gitdb (>=0.5.1)',],
79-
install_requires='gitdb >= 0.5.1',
79+
tests_require=test_requirements,
80+
install_requires=['async', 'smmap', 'dulwich'] + test_requirements,
8081
zip_safe=False,
8182
long_description = """\
8283
GitPython is a python library used to interact with Git repositories""",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy