-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPipfile
44 lines (41 loc) · 831 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
markdown = "*"
atomicwrites = "==1.3.0"
attrs = "==19.1.0"
bleach = "==3.3.0"
certifi = "==2019.3.9"
chardet = "==3.0.4"
click = "==7.0"
coverage = "==4.5.3"
deprecated = "==1.2.5"
docutils = "==0.14"
idna = "==2.8"
importlib-metadata = "==0.17"
more-itertools = "==7.0.0"
pkginfo = "==1.5.0.1"
pluggy = "==0.12.0"
py = "==1.10.0"
pygithub = "==1.43.7"
pygments = "==2.7.4"
pyjwt = "==1.7.1"
pyparsing = "==2.4.0"
pytest = "==4.6.2"
pytest-cov = "==2.7.1"
readme-renderer = "==24.0"
requests = "==2.22.0"
requests-toolbelt = "==0.9.1"
six = "==1.12.0"
tqdm = "==4.32.1"
twine = "==1.13.0"
"urllib3" = "==1.25.8"
wcwidth = "==0.1.7"
webencodings = "==0.5.1"
wrapt = "==1.11.1"
zipp = "==0.5.1"
[dev-packages]
[requires]
python_version = "3.6"