We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42dc22a commit f155d56Copy full SHA for f155d56
docs/requirements.txt
@@ -1,6 +1,8 @@
1
archspec==0.2.5
2
+autopep8
3
docutils==0.18.1
4
jsonschema==3.2.0
5
+jinja2
6
semver==2.13.0; python_version == '3.6'
7
semver==3.0.2; python_version >= '3.7'
8
Sphinx==5.3.0; python_version < '3.8'
setup.cfg
@@ -33,6 +33,7 @@ install_requires =
33
filelock
34
filelock<=3.12.2; python_version == '3.7'
35
filelock<=3.4.1; python_version == '3.6'
36
+ jinja2
37
jsonschema
38
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
39
lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64'
0 commit comments