NitinBot001 commited on
Commit
99fa965
·
verified ·
1 Parent(s): 2614f3b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -20
requirements.txt CHANGED
@@ -1,20 +1,21 @@
1
- # Web application dependencies
2
- flask>=2.0.0
3
- flask-cors>=3.0.10
4
- flask-socketio>=5.3.0
5
- python-socketio>=5.10.0
6
- eventlet>=0.33.3
7
- # Core dependencies for the TTSFM package
8
- requests>=2.25.0
9
- aiohttp>=3.8.0
10
- fake-useragent>=1.4.0
11
- waitress>=3.0.0
12
- python-dotenv>=1.0.0
13
-
14
- # Audio processing (optional, for combining audio files)
15
- # If not installed, will fall back to simple concatenation for WAV files
16
- pydub>=0.25.0
17
-
18
- # TTSFM package (install from local directory or PyPI)
19
- # For local development: pip install -e ../
20
- # For Docker/production: installed via pyproject.toml[web] dependencies
 
 
1
+ # Web application dependencies
2
+ flask>=2.0.0
3
+ flask-cors>=3.0.10
4
+ flask-socketio>=5.3.0
5
+ ttsfm
6
+ python-socketio>=5.10.0
7
+ eventlet>=0.33.3
8
+ # Core dependencies for the TTSFM package
9
+ requests>=2.25.0
10
+ aiohttp>=3.8.0
11
+ fake-useragent>=1.4.0
12
+ waitress>=3.0.0
13
+ python-dotenv>=1.0.0
14
+
15
+ # Audio processing (optional, for combining audio files)
16
+ # If not installed, will fall back to simple concatenation for WAV files
17
+ pydub>=0.25.0
18
+
19
+ # TTSFM package (install from local directory or PyPI)
20
+ # For local development: pip install -e ../
21
+ # For Docker/production: installed via pyproject.toml[web] dependencies