BlackDev commited on
Commit
70df540
·
1 Parent(s): 78f7840

add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +105 -0
requirements.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==5.0.0
5
+ anyio==3.6.2
6
+ appdirs==1.4.4
7
+ async-generator==1.10
8
+ async-timeout==4.0.2
9
+ attrs==23.1.0
10
+ beautifulsoup4==4.12.2
11
+ bs4==0.0.1
12
+ certifi==2022.12.7
13
+ cffi==1.15.1
14
+ charset-normalizer==3.1.0
15
+ click==8.1.3
16
+ colorama==0.4.6
17
+ contourpy==1.0.7
18
+ cycler==0.11.0
19
+ dataclasses-json==0.5.7
20
+ exceptiongroup==1.1.1
21
+ fastapi==0.95.1
22
+ ffmpeg-downloader==0.2.0
23
+ ffmpy==0.3.0
24
+ filelock==3.12.0
25
+ fonttools==4.39.4
26
+ frozenlist==1.3.3
27
+ fsspec==2023.5.0
28
+ gpt-index==0.4.24
29
+ gradio==3.30.0
30
+ gradio_client==0.2.4
31
+ greenlet==2.0.2
32
+ h11==0.14.0
33
+ httpcore==0.17.0
34
+ httpx==0.24.0
35
+ huggingface-hub==0.14.1
36
+ idna==3.4
37
+ Jinja2==3.1.2
38
+ jsonschema==4.17.3
39
+ kiwisolver==1.4.4
40
+ langchain==0.0.132
41
+ linkify-it-py==2.0.2
42
+ markdown-it-py==2.2.0
43
+ MarkupSafe==2.1.2
44
+ marshmallow==3.19.0
45
+ marshmallow-enum==1.5.1
46
+ matplotlib==3.7.1
47
+ mdit-py-plugins==0.3.3
48
+ mdurl==0.1.2
49
+ MouseInfo==0.1.3
50
+ multidict==6.0.4
51
+ mypy-extensions==1.0.0
52
+ numexpr==2.8.4
53
+ numpy==1.24.3
54
+ openai==0.27.6
55
+ openapi-schema-pydantic==1.2.4
56
+ orjson==3.8.12
57
+ outcome==1.2.0
58
+ packaging==23.1
59
+ pandas==2.0.1
60
+ Pillow==9.5.0
61
+ PyAutoGUI==0.9.53
62
+ pycparser==2.21
63
+ pycryptodome==3.17
64
+ pydantic==1.10.7
65
+ pydub==0.25.1
66
+ PyGetWindow==0.0.9
67
+ Pygments==2.15.1
68
+ PyMsgBox==1.0.9
69
+ pyparsing==3.0.9
70
+ PyPDF2==3.0.1
71
+ pyperclip==1.8.2
72
+ PyRect==0.2.0
73
+ pyrsistent==0.19.3
74
+ PyScreeze==0.1.28
75
+ PySocks==1.7.1
76
+ python-dateutil==2.8.2
77
+ python-multipart==0.0.6
78
+ pytweening==1.0.4
79
+ pytz==2023.3
80
+ PyYAML==6.0
81
+ regex==2023.5.5
82
+ requests==2.30.0
83
+ selenium==4.9.0
84
+ semantic-version==2.10.0
85
+ six==1.16.0
86
+ sniffio==1.3.0
87
+ sortedcontainers==2.4.0
88
+ soupsieve==2.4.1
89
+ SQLAlchemy==1.4.48
90
+ starlette==0.26.1
91
+ tenacity==8.2.2
92
+ tiktoken==0.4.0
93
+ toolz==0.12.0
94
+ tqdm==4.65.0
95
+ trio==0.22.0
96
+ trio-websocket==0.10.2
97
+ typing-inspect==0.8.0
98
+ typing_extensions==4.5.0
99
+ tzdata==2023.3
100
+ uc-micro-py==1.0.2
101
+ urllib3==1.26.15
102
+ uvicorn==0.22.0
103
+ websockets==11.0.3
104
+ wsproto==1.2.0
105
+ yarl==1.9.2