Skip to content

Commit

Permalink
fix: Add six to install requirements for yadage-schemas (#77)
Browse files Browse the repository at this point in the history
yadage-schemas currently (v0.10.6) fails to specify its requirement on
six v1.4.0+ in its install_requires. To safeguard against this,
temporarily add six>=1.4.0 to install_requires in setup.cfg.
  • Loading branch information
matthewfeickert authored Oct 25, 2021
1 parent 1e190b0 commit 63d06a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ install_requires =
jsonschema>=3.0.0
pyyaml>=5.1 # for parsing CLI options
yadage-schemas==0.10.6 # lock to yadage
six>=1.4.0 # c.f. https://github.com/yadage/yadage-schemas/issues/35

[options.packages.find]
where = src
Expand Down

0 comments on commit 63d06a7

Please sign in to comment.