fastapi>=0.104.1
uvicorn[standard]>=0.24.0
pydantic[email]>=2.5.0
python-multipart>=0.0.6
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
sqlparse>=0.4.4
aiofiles>=23.2.1
python-dotenv>=1.0.0
bcrypt>=4.1.1
cryptography>=41.0.7
email-validator>=2.1.0

[all]
psycopg2-binary>=2.9.9
pymongo>=4.6.0

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
black>=23.7.0
flake8>=6.1.0
mypy>=1.5.0

[mongodb]
pymongo>=4.6.0

[postgresql]
psycopg2-binary>=2.9.9
