From f7a855640917370e8b78e1b80c01d970eb453fd4 Mon Sep 17 00:00:00 2001 From: abdulhade Date: Sun, 9 Mar 2025 00:15:15 +0300 Subject: [PATCH] Added files/requirements.txt to the repo --- .gitignore | 1 + files/requirements.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 files/requirements.txt diff --git a/.gitignore b/.gitignore index 49eb7dc..b223267 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ venv/ .vscode/ files/* +!files/requirements.txt __pycache__/ \ No newline at end of file diff --git a/files/requirements.txt b/files/requirements.txt new file mode 100644 index 0000000..33e0a01 --- /dev/null +++ b/files/requirements.txt @@ -0,0 +1,17 @@ +aiomysql==0.2.0 +aiosqlite==0.21.0 +alembic==1.14.1 +annotated-types==0.7.0 +fastapi==0.115.8 +fastapi-cli==0.0.7 +mysql-replication==1.0.9 +pydantic==2.10.6 +pydantic-extra-types==2.10.2 +pydantic-settings==2.7.1 +pydantic_core==2.27.2 +python-dotenv==1.0.1 +requests==2.32.3 +SQLAlchemy==2.0.38 +starlette==0.45.3 +uvicorn==0.34.0 +websockets==15.0