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

Bump psycopg to version 3

This commit is contained in:
2025-04-01 17:07:31 +03:00
parent e90cfe9e69
commit ffe6030a9e
4 changed files with 30 additions and 115 deletions

View File

@ -6,14 +6,14 @@ authors = [
{ name = "Alan Orth", email = "git@mjanja.mozmail.com" }
]
requires-python = ">= 3.8.1"
requires-python = ">= 3.9"
license = "GPL-3.0-only"
license-files = ["LICENSE.txt"]
dependencies = [
"gunicorn==23.0.*",
"falcon==4.0.*",
"psycopg2==2.9.*",
"psycopg==3.2.*",
"requests==2.32.*",
"falcon-swagger-ui",
]