-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
52 lines (49 loc) · 999 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
46
47
48
49
50
51
52
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
astroid = "==2.4.2"
attrs = "==20.3.0"
certifi = "==2020.12.5"
chardet = "==4.0.0"
coverage = "==5.3.1"
flake8 = "==3.8.4"
idna = "==2.10"
importlib-metadata = "==3.3.0"
iniconfig = "==1.1.1"
isort = "==5.7.0"
lazy-object-proxy = "==1.4.3"
mccabe = "==0.6.1"
mypy = "==0.790"
mypy-extensions = "==0.4.3"
pjson = "==1.1"
pluggy = "==0.13.1"
py = "==1.10.0"
py-spy = "==0.3.3"
pycodestyle = "==2.6.0"
pyflakes = "==2.2.0"
pylint = "==2.6.0"
pyparsing = "==2.4.7"
pytest = "==6.2.1"
requests = "==2.25.1"
six = "==1.15.0"
snakeviz = "==2.1.0"
toml = "==0.10.2"
tornado = "==6.1"
typed-ast = "==1.4.1"
typing-extensions = "==3.7.4.3"
urllib3 = "==1.26.2"
wrapt = "==1.12.1"
xmlformatter = "==0.1.1"
zipp = "==3.4.0"
Pygments = "==2.7.3"
aiohttp = {extras = ["speedups"], version = "*"}
config = "*"
pytest-asyncio = "*"
multidict = "*"
asyncio = "*"
graphviz = "*"
[dev-packages]
[requires]
python_version = "3.9"