From 04c4f34a1c9d1c6f23dc2204223677f62719cc12 Mon Sep 17 00:00:00 2001 From: andrei Date: Sat, 5 Oct 2024 22:47:40 +0500 Subject: [PATCH] ._. --- requirements.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..14e9b62 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,36 @@ +annotated-types==0.7.0 +anyio==4.6.0 +asn1crypto==1.5.1 +certifi==2024.8.30 +cffi==1.17.1 +charset-normalizer==3.3.2 +click==8.1.7 +crypto==1.4.1 +cryptography==43.0.1 +fastapi==0.115.0 +greenlet==3.1.1 +h11==0.14.0 +idna==3.10 +jose==1.0.0 +jwt==1.3.1 +Naked==0.1.32 +passlib==1.7.4 +pg8000==1.31.2 +pycparser==2.22 +pydantic==2.9.2 +pydantic_core==2.23.4 +PyJWT==2.9.0 +python-dateutil==2.9.0.post0 +python-dotenv==1.0.1 +python-multipart==0.0.12 +PyYAML==6.0.2 +requests==2.32.3 +scramp==1.4.5 +shellescape==3.8.1 +six==1.16.0 +sniffio==1.3.1 +SQLAlchemy==2.0.35 +starlette==0.38.6 +typing_extensions==4.12.2 +urllib3==2.2.3 +uvicorn==0.31.0