diff options
author | 2018-05-19 23:32:21 +0100 | |
---|---|---|
committer | 2018-05-19 23:32:21 +0100 | |
commit | 9d03b3c5fd8bd026f66490bb2a9c676c1017dae9 (patch) | |
tree | 2b68815bd3749821515143b7ffb13b1b3fc2676f /Pipfile | |
parent | Merge remote-tracking branch 'origin/master' (diff) |
Lock gevent==1.2.2
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 = "*" |