-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
45 lines (42 loc) · 881 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
attrs = "==19.3.0"
bleach = "==3.3.0"
certifi = "==2020.4.5.1"
chardet = "==3.0.4"
decorator = "==4.4.2"
defusedxml = "==0.6.0"
emoji = "==0.5.4"
entrypoints = "==0.3"
idna = "==2.9"
importlib-metadata = "==1.6.0"
jsonschema = "==3.2.0"
jupyter-core = "==4.6.3"
mistune = "==0.8.4"
nbconvert = "==5.6.1"
nbformat = "==5.0.6"
pandocfilters = "==1.4.2"
pycairo = "==1.19.1"
pypandoc = "==1.5"
pyparsing = "==2.4.7"
pyrsistent = "==0.16.0"
python-magic = "==0.4.15"
requests = "==2.23.0"
six = "==1.14.0"
testpath = "==0.4.4"
traitlets = "==4.3.3"
urllib3 = "==1.25.9"
webencodings = "==0.5.1"
zipp = "==3.1.0"
ipython_genutils = "==0.2.0"
Jinja2 = "==2.11.2"
MarkupSafe = "==1.1.1"
Pillow = "==8.2.0"
Pygments = "==2.6.1"
PyGObject = "==3.36.0"
[requires]
python_version = "3.7"