1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-09 06:36:01 +02:00

Use my fork of falcon-swagger-ui

It has a newer Swagger UI (v3.38.0).
This commit is contained in:
2020-12-25 12:57:58 +02:00
parent 7de1084f60
commit fc814593c7
2 changed files with 8 additions and 5 deletions

View File

@ -11,7 +11,7 @@ gunicorn = "^20.0.4"
falcon = "^2.0.0"
psycopg2-binary = "^2.8.6"
requests = "^2.24.0"
falcon-swagger-ui = "^1.2.1"
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git"}
[tool.poetry.dev-dependencies]
ipython = { version = "^7.18.1", python = "^3.7" }