amacruz commited on
Commit
ad46032
·
verified ·
1 Parent(s): b63f016

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -9
requirements.txt CHANGED
@@ -1,15 +1,25 @@
1
  gradio>=4.0.0
2
- requests
3
- beautifulsoup4
4
- python-dotenv
5
- Pillow
6
- opencv-python-headless
7
- reportlab>=4.0.0
8
- PyPDF2>=3.0.0
9
  pandas>=2.0.0
 
10
  openpyxl>=3.1.0
11
- PyGithub>=2.1.0
 
 
 
12
  python-dateutil>=2.8.0
13
  jinja2>=3.1.0
14
  qrcode[pil]>=7.4.0
15
- xlsxwriter>=3.1.0
 
 
 
 
 
 
 
1
  gradio>=4.0.0
2
+ requests>=2.31.0
3
+ beautifulsoup4>=4.12.0
4
+ aiohttp>=3.8.0
5
+ httpx>=0.24.0
6
+ python-dotenv>=1.0.0
7
+ Pillow>=10.0.0
8
+ opencv-python-headless>=4.8.0
9
  pandas>=2.0.0
10
+ numpy>=1.24.0
11
  openpyxl>=3.1.0
12
+ xlsxwriter>=3.1.0
13
+ reportlab>=4.0.0
14
+ PyPDF2>=3.0.0
15
+ fpdf2>=3.0.0
16
  python-dateutil>=2.8.0
17
  jinja2>=3.1.0
18
  qrcode[pil]>=7.4.0
19
+ PyGithub>=2.1.0
20
+ openai>=1.0.0
21
+ anthropic>=0.25.0
22
+ matplotlib>=3.7.0
23
+ plotly>=5.15.0
24
+ pydantic>=2.0.0
25
+ typing-extensions>=4.7.0