-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
35 lines (35 loc) · 1.35 KB
/
requirements.txt
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
-i https://pypi.org/simple
mypy==1.2.0
mypy-extensions==1.0.0 ; python_version >= '3.5'
typing-extensions==4.5.0 ; python_version >= '3.7'
aiohttp==3.8.4 ; python_version >= '3.6'
aiosignal==1.3.1 ; python_version >= '3.7'
arxiv==1.4.5
async-timeout==4.0.2 ; python_version >= '3.6'
attrs==23.1.0 ; python_version >= '3.7'
certifi==2022.12.7 ; python_version >= '3.6'
charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'
click==8.1.3 ; python_version >= '3.7'
cloudevents==1.9.0
deprecation==2.1.0
feedparser==6.0.10 ; python_version >= '3.6'
flask==2.2.3 ; python_version >= '3.7'
frozenlist==1.3.3 ; python_version >= '3.7'
functions-framework==3.3.0
gunicorn==20.1.0 ; platform_system != 'Windows'
idna==3.4 ; python_version >= '3.5'
itsdangerous==2.1.2 ; python_version >= '3.7'
jinja2==3.1.2 ; python_version >= '3.7'
markupsafe==2.1.2 ; python_version >= '3.7'
multidict==6.0.4 ; python_version >= '3.7'
openai==0.27.4
packaging==23.1 ; python_version >= '3.7'
requests==2.28.2 ; python_version >= '3.7' and python_version < '4'
setuptools==67.6.1 ; python_version >= '3.7'
sgmllib3k==1.0.0
slack-sdk==3.21.2
tqdm==4.65.0 ; python_version >= '3.7'
urllib3==1.26.15 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
watchdog==3.0.0 ; python_version >= '3.7'
werkzeug==2.2.3 ; python_version >= '3.7'
yarl==1.8.2 ; python_version >= '3.7'