ShoaibSSM commited on
Commit
638378f
·
verified ·
1 Parent(s): 8559f03

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +39 -38
pyproject.toml CHANGED
@@ -1,38 +1,39 @@
1
- [project]
2
- name = "tdsproject2"
3
- version = "0.1.0"
4
- description = "Add your description here"
5
- readme = "README.md"
6
- requires-python = ">=3.12"
7
- dependencies = [
8
- "playwright>=1.56.0",
9
- "beautifulsoup4>=4.14.2",
10
- "langgraph>=1.0.3",
11
- "langchain>=0.2.0",
12
- "langchain-community>=0.2.0",
13
- "langchain-google-genai>=1.0.0",
14
- "google-genai>=0.17.0",
15
- "jsonpatch>=1.33",
16
- "python-dotenv>=1.2.1",
17
- "pandas>=2.3.3",
18
- "fastapi>=0.121.3",
19
- "uvicorn>=0.38.0",
20
- "requests>=2.32.5",
21
- "pillow>=12.0.0",
22
- "pytesseract>=0.3.13",
23
- "speechrecognition>=3.14.4",
24
- "pydub>=0.25.1",
25
- "geopy>=2.4.1",
26
- "scikit-learn>=1.7.2",
27
- "matplotlib>=3.10.7",
28
- "pypdf2>=3.0.1",
29
- "ffmpeg-python>=0.2.0",
30
- "numpy>=2.3.5",
31
- "networkx>=3.6",
32
- "fuzzywuzzy>=0.18.0",
33
- "python-levenshtein>=0.27.3",
34
- "duckdb>=1.4.2",
35
- "pypdf>=6.4.0",
36
- "scipy>=1.16.3",
37
- "haversine>=2.9.0",
38
- ]
 
 
1
+ [project]
2
+ name = "tdsproject2"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.12"
7
+ dependencies = [
8
+ "playwright>=1.56.0",
9
+ "beautifulsoup4>=4.14.2",
10
+ "langgraph>=1.0.3",
11
+ "langchain>=0.2.0",
12
+ "langchain-community>=0.2.0",
13
+ "langchain-google-genai>=1.0.0",
14
+ "google-genai>=0.17.0",
15
+ "jsonpatch>=1.33",
16
+ "python-dotenv>=1.2.1",
17
+ "pandas>=2.3.3",
18
+ "fastapi>=0.121.3",
19
+ "uvicorn>=0.38.0",
20
+ "requests>=2.32.5",
21
+ "pillow>=12.0.0",
22
+ "pytesseract>=0.3.13",
23
+ "speechrecognition>=3.14.4",
24
+ "pydub>=0.25.1",
25
+ "geopy>=2.4.1",
26
+ "scikit-learn>=1.7.2",
27
+ "matplotlib>=3.10.7",
28
+ "pypdf2>=3.0.1",
29
+ "ffmpeg-python>=0.2.0",
30
+ "numpy>=2.3.5",
31
+ "networkx>=3.6",
32
+ "fuzzywuzzy>=0.18.0",
33
+ "python-levenshtein>=0.27.3",
34
+ "duckdb>=1.4.2",
35
+ "pypdf>=6.4.0",
36
+ openai-whisper,
37
+ "scipy>=1.16.3",
38
+ "haversine>=2.9.0",
39
+ ]