EddyGiusepe commited on
Commit
4f0de83
·
1 Parent(s): 3e9fadd

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -0
requirements.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ async-timeout==4.0.2
4
+ attrs==23.1.0
5
+ certifi==2023.5.7
6
+ charset-normalizer==3.1.0
7
+ et-xmlfile==1.1.0
8
+ frozenlist==1.3.3
9
+ idna==3.4
10
+ multidict==6.0.4
11
+ numpy==1.25.0
12
+ openai==0.27.8
13
+ openpyxl==3.1.2
14
+ pandas==2.0.2
15
+ pandas-stubs==2.0.2.230605
16
+ python-dateutil==2.8.2
17
+ python-dotenv==1.0.0
18
+ pytz==2023.3
19
+ requests==2.31.0
20
+ six==1.16.0
21
+ tqdm==4.65.0
22
+ types-pytz==2023.3.0.0
23
+ tzdata==2023.3
24
+ urllib3==2.0.3
25
+ yarl==1.9.2