-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathrequirements.txt
More file actions
62 lines (62 loc) · 1.07 KB
/
requirements.txt
File metadata and controls
62 lines (62 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
#
aiohttp==3.8.5
# via openai
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.2
# via aiohttp
attrs==23.1.0
# via aiohttp
beautifulsoup4==4.12.2
# via -r requirements.in
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via
# aiohttp
# requests
exceptiongroup==1.1.2
# via pytest
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
idna==3.4
# via
# requests
# yarl
iniconfig==2.0.0
# via pytest
multidict==6.0.4
# via
# aiohttp
# yarl
openai==0.27.8
# via -r requirements.in
packaging==23.1
# via pytest
pluggy==1.2.0
# via pytest
pytest==7.4.0
# via -r requirements.in
python-dotenv==1.0.0
# via -r requirements.in
requests==2.31.0
# via openai
soupsieve==2.4.1
# via beautifulsoup4
tenacity==8.2.2
# via -r requirements.in
tomli==2.0.1
# via pytest
tqdm==4.65.0
# via openai
urllib3==2.0.4
# via requests
yarl==1.9.2
# via aiohttp