-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
50 lines (47 loc) · 1.03 KB
/
Pipfile
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
40
41
42
43
44
45
46
47
48
49
50
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cairocffi = "==1.5.1"
cairosvg = "==2.7.0"
certifi = "==2022.12.7"
cffi = "==1.15.1"
charset-normalizer = "==3.1.0"
click = "==8.1.3"
colorama = "==0.4.6"
cssselect2 = "==0.7.0"
defusedxml = "==0.7.1"
ghp-import = "==2.1.0"
idna = "==3.4"
importlib-metadata = "==6.6.0"
jinja2 = "==3.1.2"
markdown = "==3.3.7"
markdown-grid-tables = "==0.3.1"
markupsafe = "==2.1.2"
mergedeep = "==1.3.4"
mike = {ref = "master", git = "git+https://github.com/jimporter/mike"}
mkdocs = "*"
mkdocs-material = "==9.5.30"
mkdocs-material-extensions = "*"
packaging = "==23.1"
pillow = "==9.5.0"
pycparser = "==2.21"
pygments = "*"
pymdown-extensions = "*"
pyparsing = "==3.0.9"
python-dateutil = "==2.8.2"
pyyaml = "==6.0.1"
pyyaml-env-tag = "==0.1"
regex = "==2023.3.23"
requests = "==2.28.2"
six = "==1.16.0"
tinycss2 = "==1.2.1"
urllib3 = "==1.26.15"
verspec = "==0.1.0"
watchdog = "==3.0.0"
webencodings = "==0.5.1"
zipp = "==3.15.0"
[dev-packages]
[requires]
python_version = "3.12"