stripe integration

This commit is contained in:
Steve Androulakis
2025-01-04 12:48:34 -08:00
parent c353090e52
commit 1f84fc37ea
7 changed files with 271 additions and 18 deletions

View File

@@ -27,6 +27,7 @@ fastapi = "^0.115.6"
uvicorn = "^0.34.0"
python-dotenv = "^1.0.1"
openai = "^1.59.2"
stripe = "^11.4.1"
[tool.poetry.group.dev.dependencies]
pytest = "^7.3"