diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-04-06 14:04:41 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-04-06 14:05:48 -0300 |
commit | 849b280c80d2bd02288184442331ddacf9cfcced (patch) | |
tree | d3cb6c601f0ec21205941199cbe8286115e9d0db | |
parent | dacf49973d9bd4b9b0fb128cf575f22e0398ad6b (diff) |
Change to use develop branch 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 3ddb02df..01a2df5b 100644 --- a/service/requirements.txt +++ b/service/requirements.txt @@ -1,6 +1,6 @@ --index-url https://pypi.python.org/simple/ --e 'git+https://github.com/pixelated/python-gnupg.git@key_extension_and_sign#egg=gnupg' +-e 'git+https://github.com/pixelated/python-gnupg.git@develop#egg=gnupg' pyasn1==0.1.9 requests==2.11.1 srp==1.0.6 |