mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +01:00
pyproject.toml: Switch back to falcon-swagger-ui upstream
They merged my changes for Falcon 3.0. See: https://github.com/rdidyk/falcon-swagger-ui/pull/20
This commit is contained in:
parent
562aaeef7d
commit
58b5ae82d3
@ -11,7 +11,7 @@ gunicorn = "^20.0.4"
|
|||||||
falcon = "3.0.0"
|
falcon = "3.0.0"
|
||||||
psycopg2 = "^2.9.1"
|
psycopg2 = "^2.9.1"
|
||||||
requests = "^2.24.0"
|
requests = "^2.24.0"
|
||||||
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon-300b1"}
|
falcon-swagger-ui = {git = "https://github.com/rdidyk/falcon-swagger-ui.git", rev="818c09e17ae1231b935f18edb9823878dc6c7bfb"}
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
ipython = { version = "^7.18.1", python = "^3.7" }
|
ipython = { version = "^7.18.1", python = "^3.7" }
|
||||||
|
Loading…
Reference in New Issue
Block a user