Skip to content

Commit

Permalink
Fix setup.cfg syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Mar 6, 2024
1 parent 7019c49 commit 3a494cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ python_requires = >=3.6
scripts = bin/reframe
install_requires =
archspec <= 0.2.2
argcomplete
argcomplete <= 3.1.2; python_version < '3.8'
jsonschema
lxml
PyYAML
requests
requests <= 2.27.1; python_version == '3.6'
semver
semver <= 2.13.0; python_version == '3.6'

[options.packages.find]
Expand Down

0 comments on commit 3a494cf

Please sign in to comment.