forked from GridTools/gt4py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.in
43 lines (42 loc) · 889 Bytes
/
requirements-dev.in
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
##[[[cog
## import re, tomli
## project = tomli.loads(open("pyproject.toml").read())
## versions = "\n".join(project["project"]["optional-dependencies"]["full"])
## for pkg in ['hypothesis', 'pytest']:
## print(re.search(f"\n({pkg} *[=>~!].*)\n", versions)[1])
##]]]
hypothesis>=6.0.0
pytest>=7.0
##[[[end]]]
clang-format>=9.0
cogapp>=3.3
coverage[toml]>=5.0
darglint>=1.6
factory-boy>=3.1
flake8>=5.0.4
flake8-bugbear>=20.11.1
flake8-builtins>=1.5.3
flake8-debugger>=4.0.0
flake8-docstrings>=1.5.0
flake8-eradicate>=1.3.0
flake8-mutable>=1.2.0
flake8-pyproject>=1.2.2
flake8-rst-docstrings>=0.0.14
isort>=5.10
jupytext>=1.14
mypy>=1.0
pipdeptree>=2.3
pip-tools>=6.10
pre-commit>=2.17
psutil>=5.0
pygments>=2.7
pytest-cache>=1.0
pytest-cov>=2.8
pytest-factoryboy>=2.0.3
pytest-xdist[psutil]>=2.4
ruff>=0.0.265
sphinx>=4.4
sphinx_rtd_theme>=1.0
tomli>=2.0.1
tox>=3.2.0
types-all>=1.0.0