Skip to content

Commit

Permalink
add uvicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
liuq authored and liuq committed Aug 7, 2023
1 parent f8d0813 commit 78bf14a
Show file tree
Hide file tree
Showing 4 changed files with 844 additions and 7 deletions.
20 changes: 20 additions & 0 deletions Pipfile
@@ -0,0 +1,20 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
fastapi = "==0.95.0"
python-dotenv = "==1.0.0"
uvicorn = "==0.21.1"
openai = "==0.27.4"
python-multipart = "==0.0.6"
slowapi = "==0.1.8"
sxtwl = "==2.0.6"
pyjwt = "==2.7.0"
uvicorn = "*"

[dev-packages]

[requires]
python_version = "3.7"

0 comments on commit 78bf14a

Please sign in to comment.