Add requirements.txt and allow it in gitignore

This commit is contained in:
keboss-m 2026-05-29 18:23:44 +03:00
parent a19cb15816
commit 714ac06364
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -46,6 +46,7 @@ processed/
!README.md
!AGENTS.md
*.txt
!requirements.txt
!.gitkeep
# IDE

7
requirements.txt Normal file
View File

@ -0,0 +1,7 @@
fastapi
uvicorn[standard]
python-multipart
websockets
python-docx
pyyaml
whisperx