python-dotenv==1.0.0

[aio]
aiohttp==3.9.1

[all]
Django<5,>=4
djangorestframework
requests>=2.25.1
fastapi[all]
aiohttp==3.9.1
sqlalchemy
psycopg2
asyncpg
alembic

[drf]
Django<5,>=4
djangorestframework
requests>=2.25.1

[fastapi]
fastapi[all]
sqlalchemy
psycopg2
asyncpg

[http]
requests>=2.25.1
