DocUA commited on
Commit
b2a463f
·
1 Parent(s): d809f88

requirements.txt

Browse files
Files changed (2) hide show
  1. requirements.txt +13 -12
  2. requirements_.txt +12 -0
requirements.txt CHANGED
@@ -1,12 +1,13 @@
1
- gradio
2
- jira>=3.5.2
3
- pandas>=2.1.0
4
- numpy>=1.26.0
5
- matplotlib>=3.7.2
6
- seaborn>=0.12.2
7
- python-dotenv>=1.0.0
8
- markdown>=3.4.4
9
- pathlib>=1.0.1
10
- google-genai>=0.3.2
11
- openai>=1.12.0
12
- httpx>=0.27.0
 
 
1
+ gradio==5.19.0
2
+ jira==3.5.2
3
+ pandas==2.1.0
4
+ numpy==1.26.0
5
+ matplotlib==3.7.2
6
+ seaborn==0.12.2
7
+ python-dotenv==1.0.0
8
+ markdown==3.4.4
9
+ pathlib==1.0.1
10
+ websockets==11.0.3
11
+ google-genai==0.3.0
12
+ openai==1.12.0
13
+ httpx==0.27.0
requirements_.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=5.19.0
2
+ jira>=3.5.2
3
+ pandas>=2.1.0
4
+ numpy>=1.26.0
5
+ matplotlib>=3.7.2
6
+ seaborn>=0.12.2
7
+ python-dotenv>=1.0.0
8
+ markdown>=3.4.4
9
+ pathlib>=1.0.1
10
+ google-genai>=0.3.2
11
+ openai>=1.12.0
12
+ httpx>=0.27.0