-
Notifications
You must be signed in to change notification settings - Fork 1
/
dev-requirements.txt
60 lines (60 loc) · 2.6 KB
/
dev-requirements.txt
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
53
54
55
56
57
58
59
60
alabaster==0.7.12
astroid==2.11.7; python_full_version >= '3.6.2'
autopep8==1.7.0
babel==2.10.3; python_version >= '3.6'
certifi==2022.12.7; python_version >= '3.6'
cfgv==3.3.1; python_full_version >= '3.6.1'
charset-normalizer==2.1.0; python_version >= '3.6'
colorama==0.4.5; python_version >= '3.5'
coverage==6.4.4
dill==0.3.5.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
distlib==0.3.5
docutils==0.17.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
eradicate==2.1.0
filelock==3.8.0; python_version >= '3.7'
future==0.18.3; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
identify==2.5.3; python_version >= '3.7'
idna==3.3; python_version >= '3.5'
imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
isort==5.10.1; python_version < '4.0' and python_full_version >= '3.6.1'
jinja2==3.1.2; python_version >= '3.7'
lazy-object-proxy==1.7.1; python_version >= '3.6'
mando==0.6.4
markupsafe==2.1.1; python_version >= '3.7'
mccabe==0.7.0; python_version >= '3.6'
mypy==0.971
mypy-extensions==0.4.3
nodeenv==1.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==21.3; python_version >= '3.6'
platformdirs==2.5.2; python_version >= '3.7'
pre-commit==2.20.0
pycodestyle==2.9.1; python_version >= '3.6'
pydocstyle==6.1.1; python_version >= '3.6'
pyflakes==2.5.0; python_version >= '3.6'
pygments==2.15.0; python_version >= '3.6'
pylama[all]==8.4.1; python_version >= '3.7'
pylint==2.14.5
pyparsing==3.0.9; python_full_version >= '3.6.8'
pytz==2022.2.1
pyyaml==6.0; python_version >= '3.6'
radon==5.1.0
requests==2.28.1
setuptools==65.5.1; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
snowballstemmer==2.2.0
sphinx==5.1.1
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2; python_version >= '3.5'
sphinxcontrib-devhelp==1.0.2; python_version >= '3.5'
sphinxcontrib-htmlhelp==2.0.0; python_version >= '3.6'
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5'
sphinxcontrib-qthelp==1.0.3; python_version >= '3.5'
sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.5'
toml==0.10.2
tomli==2.0.1; python_version < '3.11'
tomlkit==0.11.4; python_version >= '3.6' and python_version < '4.0'
typing-extensions==4.3.0; python_version >= '3.7'
urllib3==1.26.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
virtualenv==20.16.3; python_version >= '3.6'
vulture==2.5
wrapt==1.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'