mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-21 22:05:02 +01:00
pyproject.toml: Update psycopg2 version
I manually re-installed psycopg2@latest while troubleshooting an issue with it not working after Arch Linux updated Python. That's one down side of using the non-binary package.
This commit is contained in:
parent
e8ac74b6d1
commit
f5fcfcc05a
@ -9,7 +9,7 @@ license = "GPL-3.0-only"
|
||||
python = "^3.6"
|
||||
gunicorn = "^20.0.4"
|
||||
falcon = "3.0.0"
|
||||
psycopg2 = "^2.8.6"
|
||||
psycopg2 = "^2.9.1"
|
||||
requests = "^2.24.0"
|
||||
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon-300b1"}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user