diff options
| author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-12-07 17:05:00 -0200 |
|---|---|---|
| committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-12-07 17:09:22 -0200 |
| commit | 3e9f6d5684913c6d2e996cd46f75934ac075e342 (patch) | |
| tree | a6ef4a88871dfbc3350fc6208e3e9be688428e64 | |
| parent | fe926291b43daf8a193266eaf20ba8d5a21579f9 (diff) | |
Change requirements to use our fork of python-gnupg
| -rw-r--r-- | service/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/requirements.txt b/service/requirements.txt index 56ac19d8..8bef32b4 100644 --- a/service/requirements.txt +++ b/service/requirements.txt @@ -1,6 +1,6 @@ --index-url https://pypi.python.org/simple/ -gnupg +-e 'git+https://github.com/pixelated/python-gnupg.git@master#egg=gnupg' pyasn1==0.1.9 requests==2.11.1 srp==1.0.6 |
