Skip to content

Commit

Permalink
Pin pep517 = 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Aug 26, 2022
1 parent e203fa7 commit c78ce2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 8 additions & 3 deletions buildout.d/sources.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[remotes]
collective = git://github.com/collective
collective = https://github.com/collective
collective_push = git@github.com:collective
plone = git://github.com/plone
plone = https://github.com/plone
plone_push = git@github.com:plone
imio = git://github.com/IMIO
ftw = https://github.com/4teamwork
ftw_push = git@github.com:4teamwork
imio = https://github.com/IMIO
imio_push = git@github.com:IMIO
zopefoundation = https://github.com/zopefoundation
zopefoundation_push = git@github.com:zopefoundation
zopesvn = svn://svn.zope.org/repos/main/

# ==================
# Ecreall developers
Expand Down
3 changes: 2 additions & 1 deletion buildout.d/versions.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[versions]
setuptools = 44.1.1
zc.buildout = 2.13.3
pep517 = 0.12.0
# python 2 ...
traitlets = 4.3.2
future = 0.18.2
Expand All @@ -9,4 +10,4 @@ zc.lockfile = 2.0
coverage = 5.3.1
toml = 0.10.2
zope.configuration=3.8.1
plone.formwidget.namedfile = 2.0.6
plone.formwidget.namedfile = 2.0.6

0 comments on commit c78ce2d

Please sign in to comment.