diff options
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 = "*" |