diff options
| author | seth <[email protected]> | 2023-01-10 15:56:02 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-10 15:56:02 -0500 |
| commit | e78bab80c216faa715cafa19ba36cd76fe6e22ac (patch) | |
| tree | 780b6ff44167b3b7e3df7e23828c13826480345d | |
| parent | 41c751ffd03ff69fe81fede4bc970f5cb2a188e2 (diff) | |
chore: add requirements.txt
| -rw-r--r-- | requirements.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..35b048b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,19 @@ +anyio==3.6.2 +certifi==2022.12.7 +charset-normalizer==2.1.1 +click==8.1.3 +colorama==0.4.6 +docutils==0.19 +fastapi==0.89.1 +flit==3.8.0 +flit_core==3.8.0 +h11==0.14.0 +idna==3.4 +pydantic==1.10.4 +requests==2.28.1 +sniffio==1.3.0 +starlette==0.22.0 +tomli_w==1.0.0 +typing_extensions==4.4.0 +urllib3==1.26.13 +uvicorn==0.20.0 |
