Added FastAPI

This commit is contained in:
th3r00t
2022-11-14 00:02:12 -05:00
parent 6fb757cc31
commit 1e4d52bf0a
2 changed files with 580 additions and 1 deletions

2
Pipfile vendored
View File

@@ -16,6 +16,8 @@ psycopg = "*"
lxml = "*"
"sqlalchemy.orm" = "*"
sqlalchemy = "==2.0.0b3"
pre-commit = "*"
fastapi = {extras = ["all"], version = "*"}
[dev-packages]