Add requirements.txt and allow it in gitignore
This commit is contained in:
parent
a19cb15816
commit
714ac06364
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,6 +46,7 @@ processed/
|
|||||||
!README.md
|
!README.md
|
||||||
!AGENTS.md
|
!AGENTS.md
|
||||||
*.txt
|
*.txt
|
||||||
|
!requirements.txt
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
|
|||||||
7
requirements.txt
Normal file
7
requirements.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fastapi
|
||||||
|
uvicorn[standard]
|
||||||
|
python-multipart
|
||||||
|
websockets
|
||||||
|
python-docx
|
||||||
|
pyyaml
|
||||||
|
whisperx
|
||||||
Loading…
Reference in New Issue
Block a user