From 58b5ae82d320261f170a3c022c2ed195f9ab3510 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 21 Oct 2021 15:04:58 +0300 Subject: [PATCH] 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 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab52fff..90f35c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/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] ipython = { version = "^7.18.1", python = "^3.7" }