Skip to content

Commit

Permalink
Update pep517 to version that works with latest check-manifest.
Browse files Browse the repository at this point in the history
Updated check-manifest too.
It depends on 'build', added that too.
I ran into version conflicts with the easyform buildout, see collective/collective.easyform#253
  • Loading branch information
mauritsvanrees committed Nov 5, 2020
1 parent 9ca56af commit fe1f8bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ argh = 0.26.2
args = 0.1.0
asn1crypto = 1.3.0
cached-property = 1.5.1
check-manifest = 0.42
check-manifest = 0.45
clint = 0.5.1
cryptography = 2.9.2
Deprecated = 1.2.10
Expand Down
3 changes: 2 additions & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ setuptools = 42.0.2
zc.buildout = 2.13.3

# recipes and extensions
build = 0.1.0
buildout.requirements = 0.2.2
cachecontrol = 0.12.6
click = 7.1.2
Expand All @@ -32,7 +33,7 @@ twine = 3.1.1
z3c.template = 3.1.0
zest.releaser = 6.22.1
zestreleaser.towncrier = 1.2.0
pep517 = 0.8.2
pep517 = 0.9.1
ZopeUndo = 4.3

# testing
Expand Down

0 comments on commit fe1f8bd

Please sign in to comment.