File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ def _stamp_version(filename):
63
63
else :
64
64
print >> sys .stderr , "WARNING: Couldn't find version line in file %s" % filename
65
65
66
<
8B1A
td data-grid-cell-id="diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7-65-66-2" data-line-anchor="diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R66" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionLine-bgColor, var(--diffBlob-addition-bgColor-line));padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">+ test_requirements = ['mock' , 'nose' , 'gitdb >= 0.5.1' ]
66
67
setup (name = "GitPython" ,
67
68
cmdclass = {'build_py' : build_py , 'sdist' : sdist },
68
69
version = VERSION ,
@@ -75,8 +76,8 @@ def _stamp_version(filename):
75
76
package_data = {'git.test' : ['fixtures/*' ]},
76
77
package_dir = {'git' : 'git' },
77
78
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 ,
80
81
zip_safe = False ,
81
82
long_description = """\
82
83
GitPython is a python library used to interact with Git repositories""" ,
You can’t perform that action at this time.
0 commit comments