We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5452aa commit e1ad78eCopy full SHA for e1ad78e
MANIFEST.in
@@ -3,6 +3,7 @@ include LICENSE
3
include CHANGES
4
include AUTHORS
5
include README
6
+include requirements.txt
7
8
graft git/test/fixtures
9
graft git/test/performance
requirements.txt
@@ -1,2 +1,2 @@
1
GitPython
2
-gitdb >= 0.6.0
+gitdb>=0.6.0
0 commit comments