File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 0.3.4
1
+ 0.3.5
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def _stamp_version(filename):
67
67
else :
68
68
print ("WARNING: Couldn't find version line in file %s" % filename , file = sys .stderr )
69
69
70
- install_requires = ['gitdb >= 0.6.2 ' ]
70
+ install_requires = ['gitdb >= 0.6.4 ' ]
71
71
if sys .version_info [:2 ] < (2 , 7 ):
72
72
install_requires .append ('ordereddict' )
73
73
# end
@@ -85,7 +85,7 @@ def _stamp_version(filename):
85
85
package_data = {'git.test' : ['fixtures/*' ]},
86
86
package_dir = {'git' : 'git' },
87
87
license = "BSD License" ,
88
- requires = ['gitdb (>=0.6.2 )' ],
88
+ requires = ['gitdb (>=0.6.4 )' ],
89
89
install_requires = install_requires ,
90
90
test_requirements = ['mock' , 'nose' ] + install_requires ,
91
91
zip_safe = False ,
You can’t perform that action at this time.
0 commit comments