pyproject.toml: revert to my fork of falcon-swagger-ui

The Falcon 3 fix never actually got committed to rdidyik's fork. I
have submitted a new pull request and will use my fork until it is
merged.

See: https://github.com/rdidyk/falcon-swagger-ui/pull/21
This commit is contained in:
Alan Orth 2021-11-09 22:09:11 +02:00
parent 4fd8af07c3
commit dabc4c0259
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ gunicorn = "^20.0.4"
falcon = "3.0.0"
psycopg2 = "^2.9.1"
requests = "^2.24.0"
falcon-swagger-ui = {git = "https://github.com/rdidyk/falcon-swagger-ui.git", rev="818c09e17ae1231b935f18edb9823878dc6c7bfb"}
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}
[tool.poetry.dev-dependencies]
ipython = { version = "^7.18.1", python = "^3.7" }