-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathPipfile
More file actions
41 lines (38 loc) · 735 Bytes
/
Copy pathPipfile
File metadata and controls
41 lines (38 loc) · 735 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
40
41
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
mypy = "*"
[packages]
appdirs = "==1.4.3"
astroid = "==2.2.5"
attrs = "==19.1.0"
black = "==19.3b0"
certifi = "==2019.6.16"
chardet = "==3.0.4"
click = "==7.0"
codecov = "==2.0.15"
coverage = "==4.5.3"
ecdsa = "==0.13.2"
idna = "==2.8"
isort = "==4.3.21"
lazy-object-proxy = "==1.4.1"
mccabe = "==0.6.1"
mpmath = "==1.1.0"
mypy = "==0.720"
pycryptodome = "==3.8.2"
pylint = "==2.3.1"
requests = "==2.22.0"
six = "==1.12.0"
sympy = "==1.4"
toml = "==0.10.0"
typed-ast = "==1.4.0"
typing-extensions = "==3.7.4"
urllib3 = "==1.25.3"
wrapt = "==1.11.2"
yapf = "==0.28.0"
mypy_extensions = "==0.4.1"
[requires]
python_version = "3.7"