-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
39 lines (36 loc) · 734 Bytes
/
Pipfile
File metadata and controls
39 lines (36 loc) · 734 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
38
39
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appdirs = "==1.4.4"
cfgv = "==3.2.0"
click = "==7.1.2"
distlib = "==0.3.1"
filelock = "==3.0.12"
future = "==0.18.3"
identify = "==2.2.4"
joblib = "==1.2.0"
livereload = "==2.6.3"
lunr = "==0.5.8"
mkdocs = "==1.1.2"
mkdocs-material = "==7.1.3"
mkdocs-material-extensions = "==1.0.1"
nltk = "==3.6.2"
nodeenv = "==1.6.0"
pre-commit = "==2.12.1"
pymdown-extensions = "==10.0"
regex = "==2021.4.4"
six = "==1.15.0"
toml = "==0.10.2"
tornado = "==6.3.3"
tqdm = "==4.60.0"
virtualenv = "==20.4.4"
Jinja2 = "==2.11.3"
Markdown = "==3.3.4"
MarkupSafe = "==1.1.1"
Pygments = "==2.8.1"
PyYAML = "==5.4.1"
[dev-packages]
[requires]
python_version = "3.9"