initial commit
This commit is contained in:
commit
9dc0f99cf1
6 changed files with 967 additions and 0 deletions
14
Pipfile
Normal file
14
Pipfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
fastapi = {extras = ["standard"], version = "*"}
|
||||
a2wsgi = "*"
|
||||
"hs.admin.api" = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
Loading…
Add table
Add a link
Reference in a new issue