-
Notifications
You must be signed in to change notification settings - Fork 14
/
requirements-dev.txt
52 lines (52 loc) · 1009 Bytes
/
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
# This file was autogenerated by uv via the following command:
# uv pip compile --python 3.8 requirements-dev.in
black==24.8.0
# via -r requirements-dev.in
click==8.1.7
# via black
coverage==7.6.1
# via -r requirements-dev.in
exceptiongroup==1.2.2
# via
# -c requirements.txt
# pytest
flake8==7.1.1
# via -r requirements-dev.in
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via -r requirements-dev.in
mccabe==0.7.0
# via flake8
mypy==1.13.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
# black
# mypy
packaging==24.1
# via
# black
# pytest
pathspec==0.12.1
# via black
platformdirs==4.3.6
# via black
pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
# via flake8
pyflakes==3.2.0
# via flake8
pytest==8.3.3
# via -r requirements-dev.in
tomli==2.0.2
# via
# black
# mypy
# pytest
typing-extensions==4.12.2
# via
# -c requirements.txt
# black
# mypy