Skip to content

Commit f155d56

Browse files
author
Blanca Fuentes Monjas
committed
Fix tests
1 parent 42dc22a commit f155d56

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
archspec==0.2.5
2+
autopep8
23
docutils==0.18.1
34
jsonschema==3.2.0
5+
jinja2
46
semver==2.13.0; python_version == '3.6'
57
semver==3.0.2; python_version >= '3.7'
68
Sphinx==5.3.0; python_version < '3.8'

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ install_requires =
3333
filelock
3434
filelock<=3.12.2; python_version == '3.7'
3535
filelock<=3.4.1; python_version == '3.6'
36+
jinja2
3637
jsonschema
3738
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
3839
lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64'

0 commit comments

Comments
 (0)