Spaces:
Runtime error
Runtime error
new changes
Browse files- requirements.txt +139 -0
requirements.txt
ADDED
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.4
|
2 |
+
aiosignal==1.3.1
|
3 |
+
altair==5.0.1
|
4 |
+
appdirs==1.4.4
|
5 |
+
async-generator==1.10
|
6 |
+
async-timeout==4.0.2
|
7 |
+
attrs==23.1.0
|
8 |
+
beautifulsoup4==4.11.1
|
9 |
+
blinker==1.6.2
|
10 |
+
Brotli==1.0.9
|
11 |
+
browserhistory==0.1.2
|
12 |
+
bs4==0.0.1
|
13 |
+
cachetools==5.3.1
|
14 |
+
certifi==2022.12.7
|
15 |
+
cffi==1.15.1
|
16 |
+
charset-normalizer==2.0.12
|
17 |
+
click==8.1.3
|
18 |
+
colorama==0.4.6
|
19 |
+
configparser==5.3.0
|
20 |
+
contourpy==1.0.7
|
21 |
+
crayons==0.4.0
|
22 |
+
cryptography==37.0.2
|
23 |
+
cssselect==1.2.0
|
24 |
+
cycler==0.11.0
|
25 |
+
dataclasses-json==0.5.7
|
26 |
+
decorator==5.1.1
|
27 |
+
distlib==0.3.6
|
28 |
+
exceptiongroup==1.1.1
|
29 |
+
fake-headers==1.0.2
|
30 |
+
fake-useragent==1.1.3
|
31 |
+
filelock==3.12.0
|
32 |
+
fonttools==4.39.4
|
33 |
+
frozenlist==1.3.3
|
34 |
+
gitdb==4.0.10
|
35 |
+
GitPython==3.1.31
|
36 |
+
h11==0.14.0
|
37 |
+
h2==4.1.0
|
38 |
+
hpack==4.0.0
|
39 |
+
html5lib==1.1
|
40 |
+
hyperframe==6.0.1
|
41 |
+
idna==3.4
|
42 |
+
importlib-metadata==6.6.0
|
43 |
+
Jinja2==3.1.2
|
44 |
+
jmespath==1.0.1
|
45 |
+
joblib==1.2.0
|
46 |
+
jsonschema==4.17.3
|
47 |
+
kaitaistruct==0.10
|
48 |
+
kiwisolver==1.4.4
|
49 |
+
langchain==0.0.194
|
50 |
+
langchainplus-sdk==0.0.6
|
51 |
+
lxml==4.9.2
|
52 |
+
markdown-it-py==3.0.0
|
53 |
+
MarkupSafe==2.1.3
|
54 |
+
marshmallow==3.19.0
|
55 |
+
marshmallow-enum==1.5.1
|
56 |
+
matplotlib==3.7.1
|
57 |
+
mdurl==0.1.2
|
58 |
+
MechanicalSoup==1.2.0
|
59 |
+
multidict==6.0.4
|
60 |
+
mypy-extensions==1.0.0
|
61 |
+
numexpr==2.8.4
|
62 |
+
numpy==1.24.2
|
63 |
+
openai==0.27.4
|
64 |
+
openapi-schema-pydantic==1.2.4
|
65 |
+
outcome==1.2.0
|
66 |
+
packaging==23.1
|
67 |
+
pandas==1.3.5
|
68 |
+
parse==1.19.0
|
69 |
+
parsel==1.8.1
|
70 |
+
Pillow==9.5.0
|
71 |
+
platformdirs==3.5.1
|
72 |
+
plotly==5.15.0
|
73 |
+
protobuf==4.23.3
|
74 |
+
pyarrow==12.0.1
|
75 |
+
pyasn1==0.5.0
|
76 |
+
pycparser==2.21
|
77 |
+
pydantic==1.10.9
|
78 |
+
pydeck==0.8.1b0
|
79 |
+
pyee==8.2.2
|
80 |
+
Pygments==2.15.1
|
81 |
+
Pympler==1.0.1
|
82 |
+
pyOpenSSL==22.0.0
|
83 |
+
pyparsing==3.0.9
|
84 |
+
pyppeteer==1.0.2
|
85 |
+
pyquery==2.0.0
|
86 |
+
pyrsistent==0.19.3
|
87 |
+
PySocks==1.7.1
|
88 |
+
python-dateutil==2.8.2
|
89 |
+
python-socks==2.3.0
|
90 |
+
pytz==2023.3
|
91 |
+
pytz-deprecation-shim==0.1.0.post0
|
92 |
+
pywin32-ctypes==0.2.0
|
93 |
+
PyYAML==6.0
|
94 |
+
regex==2023.6.3
|
95 |
+
requests==2.27.1
|
96 |
+
requests-html==0.10.0
|
97 |
+
rich==13.4.2
|
98 |
+
scikit-learn==1.2.2
|
99 |
+
scipy==1.10.1
|
100 |
+
selectorlib==0.16.0
|
101 |
+
selenium==4.1.5
|
102 |
+
selenium-wire==5.1.0
|
103 |
+
six==1.16.0
|
104 |
+
sklearn==0.0.post5
|
105 |
+
sklearn3==0.0.1
|
106 |
+
smmap==5.0.0
|
107 |
+
sniffio==1.3.0
|
108 |
+
snscrape==0.6.2.20230320
|
109 |
+
sortedcontainers==2.4.0
|
110 |
+
soupsieve==2.4.1
|
111 |
+
SQLAlchemy==2.0.15
|
112 |
+
streamlit==1.23.1
|
113 |
+
tenacity==8.2.2
|
114 |
+
threadpoolctl==3.1.0
|
115 |
+
tiktoken==0.4.0
|
116 |
+
toml==0.10.2
|
117 |
+
toolz==0.12.0
|
118 |
+
tornado==6.3.2
|
119 |
+
tqdm==4.65.0
|
120 |
+
trio==0.22.0
|
121 |
+
trio-websocket==0.10.3
|
122 |
+
twitter-scraper==0.4.4
|
123 |
+
twitter-scraper-selenium==5.0.0
|
124 |
+
twitter-scraper-without-api==0.0.3
|
125 |
+
typing-inspect==0.9.0
|
126 |
+
typing_extensions==4.6.3
|
127 |
+
tzdata==2023.3
|
128 |
+
tzlocal==4.3
|
129 |
+
urllib3==1.26.9
|
130 |
+
validators==0.20.0
|
131 |
+
virtualenv==20.23.0
|
132 |
+
w3lib==2.1.1
|
133 |
+
webdriver-manager==3.2.2
|
134 |
+
webencodings==0.5.1
|
135 |
+
websockets==10.4
|
136 |
+
wsproto==1.2.0
|
137 |
+
yarl==1.8.2
|
138 |
+
zipp==3.8.0
|
139 |
+
zstandard==0.21.0
|