1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 14:16:01 +02:00

Pipfile: Use falcon 2.0.0

See: https://github.com/falconry/falcon/releases/tag/2.0.0
This commit is contained in:
2019-05-03 16:31:06 +03:00
parent a459e66fd9
commit 1806d50a51
2 changed files with 23 additions and 23 deletions

View File

@ -5,7 +5,7 @@ name = "pypi"
[packages]
gunicorn = "*"
falcon = "==2.0.0rc2"
falcon = "==2.0.0"
"psycopg2-binary" = "*"
requests = "*"