fix(setup): add stripe to dep (#39)

This commit is contained in:
Ka Wo Fong
2025-05-29 11:42:22 -04:00
committed by GitHub
parent 71e54b9ecd
commit f7ef2b1c7e
4 changed files with 33 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ authors = [
]
readme = "README.md"
# By default, Poetry will find packages automatically,
# By default, Poetry will find packages automatically,
# but explicitly including them is fine:
packages = [
{ include = "**/*.py", from = "." }
@@ -38,6 +38,7 @@ uvicorn = "^0.34.0"
python-dotenv = "^1.0.1"
requests = "^2.32.3"
pandas = "^2.2.3"
stripe = "^11.4.1"
gtfs-kit = "^10.1.1"
[tool.poetry.group.dev.dependencies]