From cbbe2cf6c3ea554e3d9be1f7673e62090117eeb0 Mon Sep 17 00:00:00 2001 From: Tokito Date: Fri, 22 Sep 2023 13:29:56 +0530 Subject: [PATCH] chore: update Requirements (#56) --- requirements.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 04ae41a..515dc19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,24 @@ anyio==4.0.0 black==23.9.1 certifi==2023.7.22 +cfgv==3.4.0 charset-normalizer==3.2.0 click==8.1.7 +distlib==0.3.7 fastapi==0.103.0 +filelock==3.12.4 h11==0.14.0 httptools==0.6.0 +identify==2.5.29 idna==3.4 mypy-extensions==1.0.0 +nodeenv==1.8.0 packaging==23.1 pathspec==0.11.2 platformdirs==3.10.0 +pre-commit==3.4.0 pydantic==1.10.12 -pydantic_core==2.8.0 +pydantic_core==2.9.0 python-dotenv==1.0.0 PyYAML==6.0.1 requests==2.31.0 @@ -23,5 +29,6 @@ typing_extensions==4.8.0 urllib3==2.0.5 uvicorn==0.23.2 uvloop==0.17.0 +virtualenv==20.24.5 watchfiles==0.20.0 websockets==11.0.3