1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-06-23 00:18:24 +02:00

Update falcon to v4.0.x

This commit is contained in:
2025-04-01 12:45:28 +03:00
parent eca0d28849
commit 1e251a259a
5 changed files with 140 additions and 83 deletions

View File

@ -12,7 +12,7 @@ license = "GPL-3.0-only"
license-files = ["LICENSE.txt"]
dependencies = [
"gunicorn==23.0.*",
"falcon==3.1.*",
"falcon==4.0.*",
"psycopg2==2.9.*",
"requests==2.32.*",
"falcon-swagger-ui",