-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
37 lines (34 loc) · 710 Bytes
/
Pipfile
File metadata and controls
37 lines (34 loc) · 710 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
beautifulsoup4 = "==4.11.1"
requests = "==2.28.2"
lxml = "==4.9.2"
certifi = "==2022.12.7"
charset-normalizer = "==3.0.1"
idna = "==3.4"
soupsieve = "==2.3.2.post1"
urllib3 = "==1.26.14"
selenium = "==4.8.0"
async-generator = "==1.10"
attrs = "==22.2.0"
exceptiongroup = "==1.1.0"
h11 = "==0.14.0"
outcome = "==1.2.0"
pysocks = "==1.7.1"
sniffio = "==1.3.0"
sortedcontainers = "==2.4.0"
trio = "==0.22.0"
trio-websocket = "==0.9.2"
wsproto = "==1.2.0"
numpy = "==1.24.2"
scipy = "==1.10.1"
scikit-learn = "==1.2.2"
joblib = "==1.2.0"
threadpoolctl = "==3.1.0"
nltk = "*"
[dev-packages]
[requires]
python_version = "3.10"