Skip to content

Commit

Permalink
include fanstatic into wsgi pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Havlik authored and dwt committed Jun 12, 2018
1 parent f319ac4 commit 1107ed9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildout.cfg
@@ -1,7 +1,8 @@
[buildout]
extensions = mr.developer

allow-picked-versions = false
allow-picked-versions = true
show-picked-versions = true
develop = .
extends =
sources.cfg
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -70,7 +70,9 @@ def _read_file(filename):
'RestrictedPython',
'ZConfig >= 2.9.2',
'ZODB',
'fanstatic >= 1.0',
'ipaddress',
'js.jquery',
'setuptools',
'six',
'transaction',
Expand Down
1 change: 1 addition & 0 deletions src/Zope2/utilities/skel/etc/zope.ini.in
Expand Up @@ -4,6 +4,7 @@ zope_conf = %(here)s/wsgi.conf

[pipeline:main]
pipeline =
egg:fanstatic#fanstatic
egg:Zope#httpexceptions
zope

Expand Down

0 comments on commit 1107ed9

Please sign in to comment.