-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate requirements.txt and add docs (#2)
- Loading branch information
Showing
3 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile | ||
# | ||
anyio==3.6.2 | ||
# via starlette | ||
click==8.1.3 | ||
# via uvicorn | ||
fastapi==0.95.0 | ||
# via swoop (pyproject.toml) | ||
h11==0.14.0 | ||
# via uvicorn | ||
idna==3.4 | ||
# via anyio | ||
pydantic==1.10.7 | ||
# via fastapi | ||
sniffio==1.3.0 | ||
# via anyio | ||
starlette==0.26.1 | ||
# via fastapi | ||
typing-extensions==4.5.0 | ||
# via pydantic | ||
uvicorn==0.21.1 | ||
# via swoop (pyproject.toml) |