forked from GridTools/gt4py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
min-extra-requirements-test.txt
78 lines (78 loc) · 1.55 KB
/
min-extra-requirements-test.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
68
69
70
71
72
73
74
75
76
77
78
##[[[cog
## import re, tomli
## project = tomli.loads(open("pyproject.toml").read())
## requirements = set(
## rr
## for r in (
## project["project"]["dependencies"]
## + project["project"]["optional-dependencies"]["full"]
## + open("requirements-dev.in").readlines()
## )
## if (rr := r.strip()) and not rr.startswith('#')
## )
## for r in sorted(requirements):
## m = re.match("^([\w-][\w\d\[\]-]*)[=>~][=]([^,]+)", r)
## print(f"{m[1]}=={m[2].strip()}")
##]]]
astunparse==1.6.3;python_version<'3.9'
attrs==21.3
black==22.3
boltons==20.1
cached-property==1.5.1
clang-format==9.0
click==8.0.0
cmake==3.22
cogapp==3.3
coverage[toml]==5.0
cytoolz==0.12.0
dace==0.14.2
darglint==1.6
deepdiff==5.6.0
devtools==0.6
factory-boy==3.1
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
flake8==5.0.4
frozendict==2.3
gridtools-cpp==2.3.0
hypothesis==6.0.0
importlib-resources==5.0;python_version<'3.9'
isort==5.10
jinja2==3.0.0
jupytext==1.14
lark==1.1.2
mako==1.1
mypy==1.0
ninja==1.10
numpy==1.21.2
packaging==20.0
pip-tools==6.10
pipdeptree==2.3
pre-commit==2.17
psutil==5.0
pybind11==2.5
pygments==2.7
pytest-cache==1.0
pytest-cov==2.8
pytest-factoryboy==2.0.3
pytest-xdist[psutil]==2.4
pytest==7.0
ruff==0.0.265
scipy==1.7.2
setuptools==65.5.0
sphinx==4.4
sphinx_rtd_theme==1.0
sympy==1.7
tabulate==0.8.10
tomli==2.0.1
tox==3.2.0
types-all==1.0.0
typing-extensions==4.2
xxhash==1.4.4
##[[[end]]]