-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-develop.txt
More file actions
43 lines (32 loc) · 1.18 KB
/
Copy pathrequirements-develop.txt
File metadata and controls
43 lines (32 loc) · 1.18 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
# ------------------------------------------------------------------------------
# Pip requirements file for packages needed for development.
#
# Make sure that the minimum versions required in this file are consistent with
# the minimum versions specified in minimum-constraints.txt.
# ------------------------------------------------------------------------------
# Direct and necessary indirect dependencies for development.
# Must be consistent with minimum-constraints-develop.txt.
# Cookiecutter
cookiecutter>=2.6.0
# Test driver
pytest>=8.4.2
pluggy>=1.6.0
# Flake8 checker
flake8>=7.3.0
mccabe>=0.7.0
pycodestyle>=2.14.0
pyflakes>=3.4.0
# Ruff checker
ruff>=0.15.12
# PyLint checker
pylint>=3.3.9; python_version == '3.9'
pylint>=4.0.5; python_version >= '3.10'
# pylint 4.0.5 depends on astroid>=4.0.2,<=4.1.dev0
astroid>=3.3.11; python_version == '3.9'
astroid>=4.0.4; python_version >= '3.10'
# Package dependency management tools
pipdeptree>=2.28.0
pip-check-reqs>=2.5.6
# ------------------------------------------------------------------------------
# Indirect dependencies for development that are needed for some reason.
# Must be consistent with minimum-constraints-develop.txt.