-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
51 lines (51 loc) · 2.09 KB
/
requirements-dev.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
alabaster==0.7.12
attrs==22.1.0; python_version >= '3.5'
babel==2.10.3; python_version >= '3.6'
black==22.8.0
build==0.8.0
bump2version==1.0.1
certifi==2022.9.24; python_version >= '3.6'
charset-normalizer==2.1.1; python_version >= '3.6'
click==8.1.3; python_version >= '3.7'
docutils==0.17.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
idna==3.4; 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'
importlib-metadata==4.12.0; python_version < '3.10'
iniconfig==1.1.1
isort==5.10.1
jinja2==3.1.2; python_version >= '3.7'
markdown-it-py==2.1.0; python_version >= '3.7'
markupsafe==2.1.1; python_version >= '3.7'
mdit-py-plugins==0.3.0; python_version ~= '3.6'
mdurl==0.1.2; python_version >= '3.7'
mypy==0.982
mypy-extensions==0.4.3
myst-parser==0.18.0
packaging==21.3; python_version >= '3.6'
pathspec==0.10.1; python_version >= '3.7'
pep517==0.13.0; python_version >= '3.6'
platformdirs==2.5.2; python_version >= '3.7'
pluggy==1.0.0; python_version >= '3.6'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pygments==2.13.0; python_version >= '3.6'
pyparsing==3.0.9; python_full_version >= '3.6.8'
pytest==7.1.3
pytz==2022.2.1
pyyaml==6.0; python_version >= '3.6'
requests==2.28.1; python_version >= '3.7' and python_version < '4'
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'
tomli==2.0.1; python_version < '3.11'
typing-extensions==4.3.0; python_version >= '3.7'
urllib3==1.26.12; 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'
zipp==3.8.1; python_version >= '3.7'
addict==2.4.0
ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.6; python_version < '3.11' and platform_python_implementation == 'CPython'