From 6dd7d3f4655699df186cb7c16edd6535b35c5432 Mon Sep 17 00:00:00 2001 From: brb Date: Thu, 13 Jul 2023 12:14:07 +0200 Subject: [PATCH] updated packages --- requirements.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..cf1c10f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,18 @@ +annotated-types==0.5.0 +anyio==3.7.1 +click==8.1.4 +exceptiongroup==1.1.2 +fastapi==0.100.0 +gitdb==4.0.10 +GitPython==3.1.32 +h11==0.14.0 +idna==3.4 +pydantic==2.0.2 +pydantic_core==2.1.2 +python-dotenv==1.0.0 +PyYAML==6.0 +smmap==5.0.0 +sniffio==1.3.0 +starlette==0.27.0 +typing_extensions==4.7.1 +uvicorn==0.22.0