summaryrefslogtreecommitdiff
path: root/service/requirements.txt
diff options
context:
space:
mode:
authorThais Siqueira <thais.siqueira@gmail.com>2016-03-11 10:57:34 -0300
committerThais Siqueira <thais.siqueira@gmail.com>2016-03-11 10:57:34 -0300
commit0313e643e30cfe202a100a0b69e7ff3c3875fff5 (patch)
tree208f5e6a4e9829f0f6abbc88ef2e48e3dc98e329 /service/requirements.txt
parent62ff59cbbb2aa4c4af378b6d0fc9dd853c8867e3 (diff)
Update locust test to run after xsrf token implementation.
- Adds port 8089 to vagrant file to be able to run inside vm. - Update requests version to 2.4.1, the minimum required version by locust. - Adds the xsrf token on locust post request headers. Issue #213
Diffstat (limited to 'service/requirements.txt')
-rw-r--r--service/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/requirements.txt b/service/requirements.txt
index 95a0f4f8..7c9ee87c 100644
--- a/service/requirements.txt
+++ b/service/requirements.txt
@@ -4,7 +4,7 @@ https://launchpad.net/dirspec/stable-13-10/13.10/+download/dirspec-13.10.tar.gz
--allow-external dirspec --allow-unverified dirspec
https://launchpad.net/u1db/stable-13-10/13.10/+download/u1db-13.10.tar.bz2
pyasn1==0.1.8
-requests==2.0.0
+requests==2.4.1
srp==1.0.4
whoosh==2.5.7
pycryptopp