-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
65 lines (65 loc) · 1.31 KB
/
requirements-dev.txt
File metadata and controls
65 lines (65 loc) · 1.31 KB
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
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --python 3.10 requirements-dev.in
black==26.3.1
# via -r requirements-dev.in
click==8.3.1
# via black
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# pytest
coverage==7.13.5
# via -r requirements-dev.in
exceptiongroup==1.3.1 ; python_full_version < '3.11'
# via
# -c requirements.txt
# pytest
flake8==7.3.0
# via -r requirements-dev.in
iniconfig==2.3.0
# via pytest
isort==8.0.1
# via -r requirements-dev.in
librt==0.8.1 ; platform_python_implementation != 'PyPy'
# via mypy
mccabe==0.7.0
# via flake8
mypy==1.19.1
# via -r requirements-dev.in
mypy-extensions==1.1.0
# via
# black
# mypy
packaging==26.0
# via
# black
# pytest
pathspec==1.0.4
# via
# black
# mypy
platformdirs==4.9.4
# via black
pluggy==1.6.0
# via pytest
pycodestyle==2.14.0
# via flake8
pyflakes==3.4.0
# via flake8
pygments==2.20.0
# via pytest
pytest==9.0.2
# via -r requirements-dev.in
pytokens==0.4.1
# via black
tomli==2.4.1 ; python_full_version < '3.11'
# via
# black
# mypy
# pytest
typing-extensions==4.15.0
# via
# -c requirements.txt
# black
# exceptiongroup
# mypy