-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdev-requirements.txt
More file actions
46 lines (46 loc) · 865 Bytes
/
dev-requirements.txt
File metadata and controls
46 lines (46 loc) · 865 Bytes
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
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --resolver=backtracking dev-requirements.in
#
astroid==3.0.1
# via pylint
coverage==7.4.0
# via -r dev-requirements.in
dill==0.3.6
# via pylint
exceptiongroup==1.1.3
# via pytest
flake8==6.1.0
# via -r dev-requirements.in
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via pylint
mccabe==0.7.0
# via
# flake8
# pylint
packaging==23.0
# via pytest
platformdirs==3.0.0
# via pylint
pluggy==1.0.0
# via pytest
pycodestyle==2.11.1
# via flake8
pyflakes==3.1.0
# via flake8
pylint==3.0.3
# via -r dev-requirements.in
pytest==7.4.3
# via -r dev-requirements.in
tomli==2.0.1
# via
# pylint
# pytest
tomlkit==0.11.6
# via pylint
typing-extensions==4.8.0
# via astroid