add FastAPI

This commit is contained in:
2025-01-25 15:53:37 -03:00
commit b73d27de57
49 changed files with 3521 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
requests
pandas
sqlalchemy
psycopg2
pyrate-limiter
fastapi[standard]