
- Created FastAPI application with Stripe payment processing - Added payment intent creation, retrieval, and webhook handling - Implemented SQLite database with payments and payment_methods tables - Set up Alembic for database migrations - Added comprehensive API endpoints for payment management - Configured CORS middleware for cross-origin requests - Added health check and service information endpoints - Created complete project documentation with setup instructions - Integrated Ruff for code formatting and linting
10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
stripe==7.8.0
|
|
sqlalchemy==2.0.23
|
|
alembic==1.13.1
|
|
python-multipart==0.0.6
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-dotenv==1.0.0
|
|
ruff==0.1.7 |