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:
@ -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",
|
||||
]
|
||||
|
Reference in New Issue
Block a user