-
Notifications
You must be signed in to change notification settings - Fork 6
/
dev-requirements.txt
80 lines (80 loc) · 3.35 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
alabaster==1.0.0; python_version >= '3.10'
autopep8==2.3.1; python_version >= '3.8'
babel==2.16.0; python_version >= '3.8'
backports.tarfile==1.2.0; python_version < '3.12'
build==1.2.1; python_version >= '3.8'
cachetools==5.4.0; python_version >= '3.7'
certifi==2024.7.4; python_version >= '3.6'
chardet==5.2.0; python_version >= '3.7'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
coverage[toml]==7.6.1; python_version >= '3.8'
distlib==0.3.8
docutils==0.21.2; python_version >= '3.9'
filelock==3.15.4; python_version >= '3.8'
flake8==7.1.1; python_full_version >= '3.8.1'
idna==3.7; 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==8.2.0; python_version >= '3.8'
iniconfig==2.0.0; python_version >= '3.7'
jaraco.classes==3.4.0; python_version >= '3.8'
jaraco.context==5.3.0; python_version >= '3.8'
jaraco.functools==4.0.2; python_version >= '3.8'
jinja2==3.1.4; python_version >= '3.7'
keyring==25.3.0; python_version >= '3.8'
markdown-it-py==3.0.0; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
mccabe==0.7.0; python_version >= '3.6'
mdurl==0.1.2; python_version >= '3.7'
more-itertools==10.4.0; python_version >= '3.8'
nh3==0.2.18
packaging==24.1; python_version >= '3.8'
parameterized==0.9.0; python_version >= '3.7'
pillow==10.4.0; python_version >= '3.8'
pkginfo==1.10.0; python_version >= '3.6'
platformdirs==4.2.2; python_version >= '3.8'
pluggy==1.5.0; python_version >= '3.8'
pycodestyle==2.12.1; python_version >= '3.8'
pyflakes==3.2.0; python_version >= '3.8'
pygments==2.18.0; python_version >= '3.8'
pyproject-api==1.7.1; python_version >= '3.8'
pyproject-hooks==1.1.0; python_version >= '3.7'
pytest==8.3.2; python_version >= '3.8'
pytest-cov==5.0.0; python_version >= '3.8'
readme-renderer==44.0; python_version >= '3.9'
requests==2.32.3; python_version >= '3.8'
requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
rfc3986==2.0.0; python_version >= '3.7'
rich==13.7.1; python_full_version >= '3.7.0'
setuptools==72.1.0; python_version >= '3.8'
snowballstemmer==2.2.0
sphinx==8.0.2; python_version >= '3.10'
sphinx-click==6.0.0; python_version >= '3.8'
sphinxcontrib-applehelp==2.0.0; python_version >= '3.9'
sphinxcontrib-devhelp==2.0.0; python_version >= '3.9'
sphinxcontrib-htmlhelp==2.1.0; python_version >= '3.9'
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5'
sphinxcontrib-qthelp==2.0.0; python_version >= '3.9'
sphinxcontrib-serializinghtml==2.0.0; python_version >= '3.9'
tox==4.17.1; python_version >= '3.8'
tox-gh-actions==3.2.0; python_version >= '3.7'
twine==5.1.1; python_version >= '3.8'
urllib3==2.2.2; python_version >= '3.8'
virtualenv==20.26.3; python_version >= '3.7'
zipp==3.20.0; python_version >= '3.8'
antlr4-python3-runtime==4.13.2
asciimatics==1.15.0; python_version >= '3.8'
dacite==1.8.1; python_version >= '3.6'
first==2.0.2
jsonpath-ng==1.6.1
loguru==0.7.2; python_version >= '3.5'
overrides==7.7.0; python_version >= '3.6'
ply==3.11
pyfiglet==1.0.2; python_version >= '3.9'
pyperclip==1.9.0
pyyaml==6.0.2; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
urwid==2.6.15; python_version >= '3.8'
wcwidth==0.2.13
yamale==5.2.1; python_version >= '3.8'