Skip to content

Commit 4f842ac

Browse files
authored
Git dependecy frozen (#27)
* - git dependecy removed * - git dependecy removed * - git dependecy removed * - git dependecy removed
1 parent bc10ca7 commit 4f842ac

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ edgegrid-python==1.0.10
1414
decorest==0.0.6
1515
requests
1616
requests-toolbelt==0.9.1
17-
gitpython
17+
gitpython==3.1.11
1818
git+https://github.com/redhataccess/pantheon-uploader.git

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,18 @@
3131
'webencodings>=0.5.1',
3232
'Werkzeug>=1.0.1',
3333
'xcffib>=0.9.0',
34-
'gitpython>=3.1.11',
34+
'gitpython==3.1.11',
3535
'flask-cors>=3.0.9',
3636
'flasgger>=0.9.5',
3737
'Flask-Executor>=0.9.4',
3838
'giturlparse>=0.10.0',
3939
'marshmallow>=3.9.1',
40-
'gitpython>=3.1.11',
4140
'gunicorn',
4241
'edgegrid-python>=1.0.10',
4342
'decorest>=0.0.6',
4443
'requests',
4544
'requests-toolbelt>=0.9.1',
46-
'git',
47-
'pantheon-uploader @ git+https://github.com/redhataccess/pantheon-uploader.git@master#egg=pantheon-uploader-0.2'
45+
'pantheon-uploader@ git+https://github.com/redhataccess/pantheon-uploader.git@master#egg=pantheon-uploader-0.2'
4846
],
4947
dependency_links=['https://github.com/redhataccess/pantheon-uploader/tarball/master#egg=pantheon-uploader'],
5048
entry_points=entry_points,

0 commit comments

Comments
 (0)