-
Notifications
You must be signed in to change notification settings - Fork 26
/
requirements-dev.txt
67 lines (67 loc) · 1.2 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
59
60
61
62
63
64
65
66
67
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --no-emit-index-url requirements-dev.in
#
astroid==2.15.8
# via pylint
black==24.4.2
# via -r requirements-dev.in
click==8.1.7
# via
# -c requirements.txt
# black
dill==0.3.8
# via pylint
exceptiongroup==1.2.1
# via
# -c requirements.txt
# pytest
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via
# -r requirements-dev.in
# pylint
lazy-object-proxy==1.10.0
# via astroid
mccabe==0.7.0
# via pylint
mypy-extensions==1.0.0
# via black
packaging==24.0
# via
# -c requirements.txt
# black
# pytest
pathspec==0.12.1
# via black
platformdirs==4.2.2
# via
# black
# pylint
pluggy==1.5.0
# via pytest
pylint==2.17.7
# via -r requirements-dev.in
pytest==7.4.4
# via
# -r requirements-dev.in
# pytest-asyncio
pytest-asyncio==0.23.7
# via -r requirements-dev.in
tomli==2.0.1
# via
# black
# pylint
# pytest
tomlkit==0.12.5
# via pylint
typing-extensions==4.11.0
# via
# -c requirements.txt
# astroid
# black
wrapt==1.16.0
# via astroid