Add python typings stubs for psycopg2
This commit is contained in:
parent
fda845c2f1
commit
a974eea3d3
2 changed files with 13 additions and 2 deletions
|
@ -27,7 +27,7 @@ dependencies = [
|
|||
"uvicorn>=0.23.2",
|
||||
"websockets>=12.0",
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.11,<4"
|
||||
readme = "README.md"
|
||||
license = {text = "GPLv3"}
|
||||
|
||||
|
@ -50,4 +50,5 @@ dev = [
|
|||
"ipdb>=0.13.13",
|
||||
"pandas-stubs>=2.1.4.231218",
|
||||
"pretty-errors>=1.2.25",
|
||||
"types-psycopg2>=2.9.21.20",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue