diff options
author | Bruno Wagner <bwagner@riseup.net> | 2016-11-07 18:09:02 -0200 |
---|---|---|
committer | Bruno Wagner <bwagner@riseup.net> | 2016-11-07 18:09:02 -0200 |
commit | 3d805c839367498dc84f5e2d95af6bdd87f17e91 (patch) | |
tree | b48bc1bda10646eb89b714af57bdfe464bf93983 | |
parent | e73c48bff2574a9678f90aa56066aec39a240e1e (diff) |
Updated some outdated requirements
Whoosh 2.7 and Twisted 16.2+ still break the application, they
have to be looked further when we have time
-rw-r--r-- | service/requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/service/requirements.txt b/service/requirements.txt index 6e3d0a03..c6eea0d3 100644 --- a/service/requirements.txt +++ b/service/requirements.txt @@ -1,10 +1,10 @@ --index-url https://pypi.python.org/simple/ gnupg -pyasn1==0.1.8 -requests==2.9.1 -srp==1.0.4 -whoosh==2.5.7 +pyasn1==0.1.9 +requests==2.11.1 +srp==1.0.6 +whoosh==2.6.0 Twisted==16.1.1 -e 'git+https://github.com/pixelated/leap_pycommon.git@develop#egg=leap.common' -e 'git+https://github.com/leapcode/bitmask-dev.git@master#egg=leap.bitmask' |