Skip to content

Commit 2ea7614

Browse files
author
Jason Schadel
committed
Remove requires in setup.py.
1 parent 0b820e6 commit 2ea7614

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def _stamp_version(filename):
7373
package_data = {'git.test' : ['fixtures/*']},
7474
package_dir = {'git':'git'},
7575
license = "BSD License",
76-
requires=('gitdb (>=0.5.1)',),
7776
install_requires='gitdb >= 0.5.1',
7877
zip_safe=False,
7978
long_description = """\

0 commit comments

Comments
 (0)