Fixed cockroachdb connection
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
uvicorn[standard]==0.21.1
|
uvicorn[standard]==0.21.1
|
||||||
fastapi==0.95.0
|
fastapi==0.95.0
|
||||||
SQLAlchemy[asyncio,aiomysql,postgresql_asyncpg,aiosqlite]==2.0.8
|
SQLAlchemy[asyncio,aiomysql,postgresql_asyncpg,aiosqlite]==2.0.15
|
||||||
pydantic==1.10.7
|
pydantic==1.10.7
|
||||||
platformdirs==3.2.0
|
platformdirs==3.2.0
|
||||||
|
|
||||||
# CockroachDB support
|
# CockroachDB support
|
||||||
sqlalchemy-cockroachdb==2.0.0
|
sqlalchemy-cockroachdb==2.0.1
|
||||||
asyncpg==0.27.0
|
asyncpg==0.27.0
|
||||||
|
psycopg2-binary==2.9.6
|
||||||
|
|||||||
Reference in New Issue
Block a user