Skip to content

Commit

Permalink
Add bootstrap support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz authored and dwt committed May 17, 2018
1 parent 807a469 commit 1b04e2c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildout.cfg
Expand Up @@ -21,6 +21,7 @@ parts =
requirements
sources-dir = develop
auto-checkout =
js.bootstrap

[testenv]
PYTHONHASHSEED = random
Expand Down
3 changes: 3 additions & 0 deletions requirements-full.txt
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -72,6 +72,7 @@ def _read_file(filename):
'ZODB',
'fanstatic >= 1.0',
'ipaddress',
'js.bootstrap >= 4.0.dev0',
'setuptools',
'six',
'transaction',
Expand Down
3 changes: 3 additions & 0 deletions sources.cfg
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion versions-prod.cfg
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1b04e2c

Please sign in to comment.