-
Notifications
You must be signed in to change notification settings - Fork 4
/
requirements-dev.txt
58 lines (58 loc) · 2.53 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
52
53
54
55
56
57
58
-i https://pypi.org/simple
aiohappyeyeballs==2.4.4; python_version >= '3.8'
aiohttp==3.11.9; python_version >= '3.9'
aiosignal==1.3.1; python_version >= '3.7'
astroid==3.3.5; python_full_version >= '3.9.0'
asttokens==3.0.0; python_version >= '3.8'
attrs==24.2.0; python_version >= '3.7'
black[d]==24.10.0; python_version >= '3.9'
certifi==2024.8.30; python_version >= '3.6'
charset-normalizer==3.4.0; 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.8; python_version >= '3.9'
coveralls==4.0.1; python_version < '3.13' and python_version >= '3.8'
dill==0.3.9; python_version >= '3.8'
docopt==0.6.2
executing==2.1.0; python_version >= '3.8'
flake8==7.1.1; python_full_version >= '3.8.1'
frozenlist==1.5.0; python_version >= '3.8'
icecream==2.1.3
idna==3.10; python_version >= '3.6'
iniconfig==2.0.0; python_version >= '3.7'
isort==5.13.2; python_full_version >= '3.8.0'
mccabe==0.7.0; python_version >= '3.6'
multidict==6.1.0; python_version >= '3.8'
mypy==1.13.0; python_version >= '3.8'
mypy-extensions==1.0.0; python_version >= '3.5'
packaging==24.2; python_version >= '3.8'
pathspec==0.12.1; python_version >= '3.8'
platformdirs==4.3.6; python_version >= '3.8'
pluggy==1.5.0; python_version >= '3.8'
propcache==0.2.1; python_version >= '3.9'
pycodestyle==2.12.1; python_version >= '3.8'
pyflakes==3.2.0; python_version >= '3.8'
pygments==2.18.0; python_version >= '3.8'
pylint==3.3.2; python_full_version >= '3.9.0'
pytest==8.3.4; python_version >= '3.8'
pytest-cov==6.0.0; python_version >= '3.9'
requests==2.32.3; python_version >= '3.8'
requests-mock==1.12.1; python_version >= '3.5'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
tomlkit==0.13.2; python_version >= '3.8'
types-pyyaml==6.0.12.20240917; python_version >= '3.8'
types-requests==2.32.0.20241016; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
urllib3==2.2.3; python_version >= '3.8'
yarl==1.18.3; python_version >= '3.9'
annotated-types==0.7.0; python_version >= '3.8'
cerberus==1.3.5
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
jinja2==3.1.4; python_version >= '3.7'
loguru==0.7.2; python_version >= '3.5'
markupsafe==3.0.2; python_version >= '3.9'
pydantic==2.10.3; python_version >= '3.8'
pydantic-core==2.27.1; python_version >= '3.8'
python-dotenv==1.0.1; python_version >= '3.8'
pyyaml==6.0.2; python_version >= '3.8'
xmltodict==0.14.2; python_version >= '3.6'