Upgrade to psycopg3

This commit is contained in:
phil 2024-03-18 12:42:10 +05:30
parent 15fe7fab08
commit fda099a8b8
4 changed files with 13 additions and 32 deletions

View file

@ -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"