Skip to content

Commit

Permalink
Fix: requirements.txt missing fastapi
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Feb 15, 2023
1 parent ca78b2a commit 4070cf1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,39 @@
aiofiles==23.1.0 ; python_version >= "3.9" and python_version < "4.0"
anyio==3.6.2 ; python_version >= "3.9" and python_version < "4.0"
asttokens==2.2.1 ; python_version >= "3.9" and python_version < "4.0"
attrs==21.2.0 ; python_version >= "3.9" and python_version < "4.0"
click==8.0.1 ; python_version >= "3.9" and python_version < "4.0"
colorama==0.4.4 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows"
devtools==0.10.0 ; python_version >= "3.9" and python_version < "4.0"
exceptiongroup==1.1.0 ; python_version >= "3.9" and python_version < "3.11"
executing==1.2.0 ; python_version >= "3.9" and python_version < "4.0"
fastapi==0.92.0 ; python_version >= "3.9" and python_version < "4.0"
first==2.0.2 ; python_version >= "3.9" and python_version < "4.0"
h11==0.12.0 ; python_version >= "3.9" and python_version < "4.0"
http-constants==0.5.0 ; python_version >= "3.9" and python_version < "4.0"
idna==3.2 ; python_version >= "3.9" and python_version < "4.0"
iniconfig==2.0.0 ; python_version >= "3.9" and python_version < "4.0"
jinja2==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
kiss-headers==2.3.1 ; python_version >= "3.9" and python_version < "4.0"
logbook==1.5.3 ; python_version >= "3.9" and python_version < "4.0"
markupsafe==2.0.1 ; python_version >= "3.9" and python_version < "4.0"
multidict==6.0.4 ; python_version >= "3.9" and python_version < "4.0"
mypy-extensions==0.4.3 ; python_version >= "3.9" and python_version < "4.0"
orjson==3.8.6 ; python_version >= "3.9" and python_version < "4.0"
packaging==21.0 ; python_version >= "3.9" and python_version < "4.0"
pluggy==0.13.1 ; python_version >= "3.9" and python_version < "4.0"
pydantic==1.10.4 ; python_version >= "3.9" and python_version < "4.0"
pyparsing==2.4.7 ; python_version >= "3.9" and python_version < "4.0"
pytest==7.2.1 ; python_version >= "3.9" and python_version < "4.0"
python-rapidjson==1.9 ; python_version >= "3.9" and python_version < "4.0"
ruff==0.0.246 ; python_version >= "3.9" and python_version < "4.0"
single-version==1.5.1 ; python_version >= "3.9" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
sniffio==1.3.0 ; python_version >= "3.9" and python_version < "4.0"
starlette==0.25.0 ; python_version >= "3.9" and python_version < "4.0"
tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11"
typed-argument-parser==1.7.2 ; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.5.0 ; python_version >= "3.9" and python_version < "4.0"
typing-inspect==0.7.1 ; python_version >= "3.9" and python_version < "4.0"
uvicorn==0.20.0 ; python_version >= "3.9" and python_version < "4.0"
yarl==1.8.2 ; python_version >= "3.9" and python_version < "4.0"

1 comment on commit 4070cf1

@vercel
Copy link

@vercel vercel bot commented on 4070cf1 Feb 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

curlipie – ./

curlipie-hongquan.vercel.app
curlipie.vercel.app
curlipie-git-main-hongquan.vercel.app

Please sign in to comment.