fix: Add jinja2 and stripe to requirements.txt

This commit is contained in:
yves.gugger
2025-12-08 14:20:16 +01:00
parent 88eca582e5
commit fc5f4b1633

View File

@ -1,39 +1,35 @@
# FastAPI & Server
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
python-multipart>=0.0.12
# Database
sqlalchemy>=2.0.35
alembic>=1.14.0
aiosqlite>=0.20.0
# Authentication # Authentication
python-jose[cryptography]>=3.3.0 # Database
passlib[bcrypt]>=1.7.4
bcrypt>=4.0.0,<4.1
# Domain Checking # Domain Checking
python-whois>=0.9.4
dnspython>=2.7.0
whodap>=0.1.12
# Scheduling
apscheduler>=3.10.4
# Email (optional, for notifications) # Email (optional, for notifications)
aiosmtplib>=3.0.2 # FastAPI & Server
# Production Database (optional)
# Scheduling
# Utilities
# Web Scraping # Web Scraping
aiosmtplib>=3.0.2
aiosqlite>=0.20.0
alembic>=1.14.0
apscheduler>=3.10.4
asyncpg>=0.30.0
bcrypt>=4.0.0,<4.1
beautifulsoup4>=4.12.0 beautifulsoup4>=4.12.0
dnspython>=2.7.0
fastapi>=0.115.0
httpx>=0.28.0
jinja2>=3.1.2
lxml>=5.0.0 lxml>=5.0.0
# Utilities # Payments
python-dotenv>=1.0.1 stripe>=7.0.0
pydantic[email]>=2.10.0 passlib[bcrypt]>=1.7.4
pydantic-settings>=2.6.0 pydantic-settings>=2.6.0
httpx>=0.28.0 pydantic[email]>=2.10.0
python-dotenv>=1.0.1
# Production Database (optional) python-jose[cryptography]>=3.3.0
asyncpg>=0.30.0 python-multipart>=0.0.12
python-whois>=0.9.4
sqlalchemy>=2.0.35
uvicorn[standard]>=0.32.0
whodap>=0.1.12