Upgrade to psycopg3
This commit is contained in:
parent
15fe7fab08
commit
fda099a8b8
4 changed files with 13 additions and 32 deletions
|
@ -15,7 +15,6 @@ dependencies = [
|
|||
"orjson>=3.9.10",
|
||||
"pandas>=2.1.1",
|
||||
"passlib[bcrypt]>=1.7.4",
|
||||
"psycopg2-binary>=2.9.9",
|
||||
"pydantic-settings>=2.0.3",
|
||||
"pyshp>=2.3.1",
|
||||
"python-jose[cryptography]>=3.3.0",
|
||||
|
@ -27,6 +26,7 @@ dependencies = [
|
|||
"uvicorn>=0.23.2",
|
||||
"websockets>=12.0",
|
||||
"aiosqlite>=0.19.0",
|
||||
"psycopg>=3.1.18",
|
||||
]
|
||||
requires-python = ">=3.11,<4"
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue