edh-elo/requirements.txt
Jack Jackson 9b4e6c3b4d
All checks were successful
Publish / build-and-push (push) Successful in 6m14s
Introduce ability to seed data directly from GSheet
Reasonably hacky, in that I introduce a facade to reuse the data format
previously provided by the `csv` module, rather than using the
`list[list[str]]` directly.

Next I want to introduce something like Celery to continually refresh.

Note that this will require changes to the deployment repo in order to
provide the required secrets.
2025-04-17 22:22:21 -07:00

11 lines
138 B
Plaintext

fastapi
python-multipart
sqlalchemy
uvicorn
Jinja2
pyyaml
PyFunctional
google-api-python-client
google-auth-oauthlib
google-auth-httplib2