From 1b04e2cb88830462182dd79ed68bdb0e5edefd13 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 31 Jan 2018 17:59:15 +0100 Subject: [PATCH] Add bootstrap support. --- buildout.cfg | 1 + requirements-full.txt | 3 +++ setup.py | 1 + sources.cfg | 3 +++ versions-prod.cfg | 6 +++++- 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index 8d21a3cae7..fff8a6a805 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -21,6 +21,7 @@ parts = requirements sources-dir = develop auto-checkout = + js.bootstrap [testenv] PYTHONHASHSEED = random diff --git a/requirements-full.txt b/requirements-full.txt index a9cc3f8e6b..92ff551922 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -24,14 +24,17 @@ ZEO==5.2.0 ZODB==5.4.0 ZServer==4.0b1 ; python_version < '3.0' Zope2==4.0b1 +fanstatic==1.0.0 five.globalrequest==99.1 five.localsitemanager==3.0.1 funcsigs==1.0.2 ipaddress==1.0.22 +js.jquery==1.9.1 mock==2.0.0 pbr==4.0.2 persistent==4.2.4.2 pytz==2018.4 +shutilwhich==1.1.0 six==1.11.0 transaction==2.2.1 waitress==1.1.0 diff --git a/setup.py b/setup.py index 7ea11021ab..1a732e1b05 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ def _read_file(filename): 'ZODB', 'fanstatic >= 1.0', 'ipaddress', + 'js.bootstrap >= 4.0.dev0', 'setuptools', 'six', 'transaction', diff --git a/sources.cfg b/sources.cfg index c7b9d89f6b..86bac8320d 100644 --- a/sources.cfg +++ b/sources.cfg @@ -16,6 +16,9 @@ RestrictedPython = git ${remotes:github}/RestrictedPython pushurl=${remotes:gith zExceptions = git ${remotes:github}/zExceptions pushurl=${remotes:github_push}/zExceptions zope.globalrequest = git ${remotes:github}/zope.globalrequest pushurl=${remotes:github_push}/zope.globalrequest +# Required depencencies +js.bootstrap = git https://github.com/gocept/js.bootstrap4.git branch=bootstrap4 + # Optional dependencies five.localsitemanager = git ${remotes:github}/five.localsitemanager pushurl=${remotes:github_push}/five.localsitemanager Missing = git ${remotes:github}/Missing pushurl=${remotes:github_push}/Missing diff --git a/versions-prod.cfg b/versions-prod.cfg index 5450dbfac8..d479ddc328 100644 --- a/versions-prod.cfg +++ b/versions-prod.cfg @@ -12,12 +12,15 @@ Chameleon = 3.2 DateTime = 4.2 DocumentTemplate = 3.0b3 ExtensionClass = 4.3.0 +fanstatic = 1.0.0 five.globalrequest = 99.1 five.localsitemanager = 3.0.1 funcsigs = 1.0.2 -ipaddress = 1.0.22 +ipaddress = 1.0.22 +js.jquery = 1.9.1 mock = 2.0.0 Missing = 4.0.1 +mock = 2.0.0 MultiMapping = 4.0 PasteDeploy = 1.5.2 pbr = 4.0.2 @@ -29,6 +32,7 @@ Products.ZCTextIndex = 4.0.2 pytz = 2018.4 Record = 3.4 RestrictedPython = 4.0b3 +shutilwhich = 1.1.0 six = 1.11.0 transaction = 2.2.1 waitress = 1.1.0