Skip to content

Commit

Permalink
Include some packages which are not actually zope.app packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Dec 5, 2016
1 parent 64098a9 commit a435fad
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ztk-sources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ github_push = git@github.com:zopefoundation

# ZTK
zope.annotation = git ${buildout:github}/zope.annotation pushurl=${buildout:github_push}/zope.annotation
zope.app.appsetup = git ${buildout:github}/zope.app.appsetup pushurl=${buildout:github_push}/zope.app.appsetup
zope.app.http = git ${buildout:github}/zope.app.http pushurl=${buildout:github_push}/zope.app.http
zope.app.publication = git ${buildout:github}/zope.app.publication pushurl=${buildout:github_push}/zope.app.publication
zope.app.wsgi = git ${buildout:github}/zope.app.wsgi pushurl=${buildout:github_push}/zope.app.wsgi
zope.applicationcontrol = git ${buildout:github}/zope.applicationcontrol pushurl=${buildout:github_push}/zope.applicationcontrol
zope.authentication = git ${buildout:github}/zope.authentication pushurl=${buildout:github_push}/zope.authentication
zope.browser = git ${buildout:github}/zope.browser pushurl=${buildout:github_push}/zope.browser
Expand Down
8 changes: 8 additions & 0 deletions ztk-versions.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[versions]
# ZTK
zope.annotation = 4.4.1
zope.app.appsetup = 4.0.0
zope.app.publication = 4.2.0
zope.app.wsgi = 4.0.0
zope.app.http = 4.0.0
zope.applicationcontrol = 4.0.1
zope.authentication = 4.2.1
zope.browser = 2.1.0
Expand Down Expand Up @@ -66,12 +70,16 @@ zope.viewlet = 4.0.0

# Direct dependencies
BTrees = 4.3.1
WebOb = 1.6.2
WebTest = 2.0.23
beautifulsoup4 = 4.5.1
persistent = 4.2.1
python-gettext = 3.0
pytz = 2016.6.1
setuptools = 28.0.0
six = 1.10.0
transaction = 2.0.3
waitress = 1.0.1
python-subunit = 1.2.0
# Required by python-subunit. Drop these when zope.testrunner drops subunit.
argparse = 1.4.0
Expand Down
4 changes: 4 additions & 0 deletions ztk.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# The core ZTK packages
included =
zope.annotation
zope.app.appsetup
zope.app.http
zope.app.publication
zope.app.wsgi
zope.applicationcontrol
zope.authentication
zope.browser
Expand Down

0 comments on commit a435fad

Please sign in to comment.