Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +25 -87
requirements.txt
CHANGED
@@ -1,87 +1,25 @@
|
|
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 |
-
hstspreload==2023.1.1
|
27 |
-
httpcore==0.9.1
|
28 |
-
httpx
|
29 |
-
hyperframe==5.2.0
|
30 |
-
idna==2.10
|
31 |
-
importlib-metadata==6.6.0
|
32 |
-
itsdangerous==2.1.2
|
33 |
-
jeepney==0.8.0
|
34 |
-
Jinja2==3.1.2
|
35 |
-
jsonschema==4.17.3
|
36 |
-
lz4==4.3.2
|
37 |
-
markdown-it-py==3.0.0
|
38 |
-
MarkupSafe==2.1.3
|
39 |
-
mdurl==0.1.2
|
40 |
-
names==0.3.0
|
41 |
-
numpy==1.24.3
|
42 |
-
outcome==1.2.0
|
43 |
-
packaging==23.1
|
44 |
-
pandas==1.5.3
|
45 |
-
Pillow==9.5.0
|
46 |
-
protobuf==3.20.3
|
47 |
-
pyarrow==12.0.1
|
48 |
-
pycparser==2.21
|
49 |
-
pycryptodomex==3.18.0
|
50 |
-
pydantic==1.10.9
|
51 |
-
pydeck==0.8.1b0
|
52 |
-
pydub==0.25.1
|
53 |
-
Pygments==2.15.1
|
54 |
-
pymailtm==1.1.1
|
55 |
-
Pympler==1.0.1
|
56 |
-
PyPasser==0.0.5
|
57 |
-
pyperclip==1.8.2
|
58 |
-
pyrsistent==0.19.3
|
59 |
-
PySocks==1.7.1
|
60 |
-
python-dateutil==2.8.2
|
61 |
-
pytz==2023.3
|
62 |
-
random-username==1.0.2
|
63 |
-
requests==2.31.0
|
64 |
-
rfc3986==1.5.0
|
65 |
-
rich==13.4.2
|
66 |
-
selenium==4.10.0
|
67 |
-
six==1.16.0
|
68 |
-
smmap==5.0.0
|
69 |
-
sniffio==1.3.0
|
70 |
-
sortedcontainers==2.4.0
|
71 |
-
SpeechRecognition==3.8.1
|
72 |
-
streamlit==1.21.0
|
73 |
-
tls-client==0.2.1
|
74 |
-
toml==0.10.2
|
75 |
-
toolz==0.12.0
|
76 |
-
tornado==6.3.2
|
77 |
-
trio==0.22.0
|
78 |
-
trio-websocket==0.10.3
|
79 |
-
typing_extensions==4.6.3
|
80 |
-
tzlocal==5.0.1
|
81 |
-
urllib3==2.0.3
|
82 |
-
validators==0.20.0
|
83 |
-
watchdog==3.0.0
|
84 |
-
websocket-client==1.5.3
|
85 |
-
Werkzeug==2.3.6
|
86 |
-
wsproto==1.2.0
|
87 |
-
zipp==3.15.0
|
|
|
1 |
+
websocket-client
|
2 |
+
requests
|
3 |
+
tls-client
|
4 |
+
pypasser
|
5 |
+
names
|
6 |
+
colorama
|
7 |
+
curl_cffi
|
8 |
+
aiohttp
|
9 |
+
flask
|
10 |
+
flask_cors
|
11 |
+
streamlit
|
12 |
+
selenium
|
13 |
+
fake-useragent
|
14 |
+
twocaptcha
|
15 |
+
pydantic
|
16 |
+
pymailtm
|
17 |
+
Levenshtein
|
18 |
+
retrying
|
19 |
+
mailgw_temporary_email
|
20 |
+
pycryptodome
|
21 |
+
random-password-generator
|
22 |
+
numpy>=1.22.2 # pinned to avoid a vulnerability
|
23 |
+
tornado>=6.3.2 # pinned to avoid a vulnerability
|
24 |
+
PyExecJS
|
25 |
+
browser_cookie3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|