Add: Initial commit

This commit is contained in:
Sven Schürmann
2022-03-21 11:47:17 +01:00
commit 5d5d657192
7 changed files with 782 additions and 0 deletions

17
Pipfile Normal file
View File

@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
uvicorn = "*"
python-multipart = "*"
[dev-packages]
pytest = "*"
requests = "*"
autopep8 = "*"
[requires]
python_version = "3.6"