aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-19 23:32:21 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-19 23:32:21 +0100
commit9d03b3c5fd8bd026f66490bb2a9c676c1017dae9 (patch)
tree2b68815bd3749821515143b7ffb13b1b3fc2676f /Pipfile
parentMerge remote-tracking branch 'origin/master' (diff)
Lock gevent==1.2.2
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Pipfile b/Pipfile
index a9315ea1..8a4c11b8 100644
--- a/Pipfile
+++ b/Pipfile
@@ -7,15 +7,15 @@ name = "pypi"
flask = "==0.12.2"
rethinkdb = "*"
requests = "*"
-gevent = "*"
-"gevent-websocket" = "*"
+gevent = "==1.2.2"
+gevent-websocket = "*"
wsaccel = "*"
ujson = "*"
schema = "*"
-"flask_sockets" = "*"
-"Flask-Dance" = "*"
-"logmatic-python" = "*"
-"Flask-WTF" = "*"
+flask-sockets = "*"
+flask-dance = "*"
+logmatic-python = "*"
+flask-wtf = "*"
docutils = "*"
pygments = "*"
gunicorn = "*"
@@ -28,7 +28,7 @@ gunicorn = "*"
"flake8-tidy-imports" = "*"
"flake8-string-format" = "*"
requests = "*"
-"Flask-Testing" = "*"
+flask-testing = "*"
pytest = "*"
pytest-cov = "*"
python-coveralls = "*"