diff options
author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-05-13 11:32:03 +0200 |
---|---|---|
committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-05-13 11:32:23 +0200 |
commit | 3eb6d00a42462eecbfa36e97c933012e0a2417ed (patch) | |
tree | 8cbf8deca9f682a266cb3410871b6081122399a6 /service | |
parent | 28ce52715394e1b10774a2d29b7d11e194062d05 (diff) |
Issue #691: Move Twisted dependency to requirements
Diffstat (limited to 'service')
-rw-r--r-- | service/requirements.txt | 1 | ||||
-rw-r--r-- | service/test_requirements.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/service/requirements.txt b/service/requirements.txt index 48d55ac2..b2ecca98 100644 --- a/service/requirements.txt +++ b/service/requirements.txt @@ -7,6 +7,7 @@ pyasn1==0.1.8 requests==2.9.1 srp==1.0.4 whoosh==2.5.7 +Twisted==16.1.1 -e 'git+https://github.com/pixelated/leap_pycommon.git@develop#egg=leap.common' -e 'git+https://github.com/pixelated/leap_auth.git#egg=leap.auth' -e 'git+https://github.com/pixelated/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' diff --git a/service/test_requirements.txt b/service/test_requirements.txt index ac136092..f2048876 100644 --- a/service/test_requirements.txt +++ b/service/test_requirements.txt @@ -11,4 +11,3 @@ coverage crochet==1.4.0 poster==0.8.1 locustio==0.7.3 -Twisted==16.1.1 |