Square Payments

This commit is contained in:
James Pattinson
2025-11-12 16:09:38 +00:00
parent be2426c078
commit 0f74333a22
19 changed files with 1828 additions and 85 deletions

View File

@@ -1,8 +1,8 @@
# FastAPI and web server
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
pydantic-settings==2.1.0
pydantic==2.10.3
pydantic-settings==2.6.1
python-multipart==0.0.6
# Database
@@ -17,8 +17,8 @@ passlib[bcrypt]==1.7.4
python-dotenv==1.0.0
bcrypt==4.1.1
# Payment Integration (to be added later)
# squareup==43.2.0.20251016
# Payment Integration
squareup==43.2.0.20251016
# Email Service
httpx==0.25.2
@@ -27,3 +27,4 @@ httpx==0.25.2
email-validator==2.1.0
aiofiles==23.2.1
Jinja2==3.1.2
python-dateutil==2.8.2