breaking: default version no longer uses postgres

This commit is contained in:
2024-11-24 17:57:49 +01:00
parent 8b037fbeb5
commit 90c9d2dc09
5 changed files with 12 additions and 11 deletions

View File

@@ -14,13 +14,6 @@ sqlalchemy>=2.0.31 # SQLAlchemy
python-dotenv>=1.0.1 # Environment variables
psycopg>=3.2.1 # PostgreSQL
psycopg-binary>=3.2.1 # PostgreSQL
psycopg-pool>=3.2.2 # PostgreSQL
h11>=0.14.0 # Testing
httpcore>=1.0.5 # Testing
httpx>=0.27.0 # Testing
asyncpg>=0.30.0 #SQLAlchemy
greenlet>=3.1.1 #Async