Skip to content

Commit

Permalink
Upgrade all requirements to their latest version, except colander
Browse files Browse the repository at this point in the history
…. This change breaks Kotti's user management views: Pylons/colander#212.
  • Loading branch information
disko committed Sep 18, 2016
1 parent aff27c2 commit 7f21f42
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,20 @@
# -*- coding: utf-8 -*-
Kotti==1.3.0-alpha.4
alembic==0.8.8
appdirs==1.4.0
Babel==2.3.4
Beaker==1.8.0
Chameleon==2.24
FormEncode==1.3.0
Mako==1.0.4
MarkupSafe==0.23
PasteDeploy==1.5.2
Pillow==3.2.0
Pygments==2.1.3
SQLAlchemy==1.0.13
SQLAlchemy-Utils==0.32.7
Unidecode==0.04.19
WebOb==1.6.1
alembic==0.8.6
appdirs==1.4.0
bleach==1.4.3
bleach-whitelist==0.0.7
colander==1.3.1
colander==1.2
Chameleon==2.24
deform==2.0a2
docopt==0.6.2
fanstatic==1.0a7
filedepot==0.3.0
filedepot==0.4.0
FormEncode==1.3.0
html2text==2016.5.29
html5lib==1.0b8
html5lib==0.9999999
iso8601==0.1.11
js.angular==1.1.4
js.bootstrap==3.3.4
Expand All @@ -44,39 +35,48 @@ js.select2==3.4.1
kotti-tinymce==0.5.4
kotti-image==0.1.3
lingua==4.9
lxml==3.6.0
lxml==3.6.4
Mako==1.0.4
MarkupSafe==0.23
PasteDeploy==1.5.2
peppercorn==0.5
plone.scale==1.5.0
Pillow==3.3.1
plone.scale==2.0
polib==1.0.7
py-bcrypt==0.4
pyramid==1.6.1
Pygments==2.1.3
pyramid==1.7.3
pyramid-beaker==0.8
pyramid-chameleon==0.3
pyramid-debugtoolbar==3.0.1
pyramid-debugtoolbar==3.0.4
pyramid-deform==0.2
pyramid-mailer==0.14.1
pyramid-mako==1.0.2
pyramid-tm==0.12.1
pyramid-tm==1.0
pyramid-zcml==1.0.0
pytz==2016.4
pytz==2016.6.1
repoze.lru==0.6
repoze.sendmail==4.2
repoze.workflow==0.6.1
repoze.zcml==1.0b1
rfc6266==0.0.4
shutilwhich==1.1.0
six==1.10.0
transaction==1.6.0
SQLAlchemy==1.0.15
SQLAlchemy-Utils==0.32.9
transaction==1.6.1
translationstring==1.3
Unidecode==0.04.19
usersettings==1.0.7
venusian==1.0
waitress==0.9.0
waitress==1.0.0
WebOb==1.6.1
wsgiref==0.1.2
zope.component==4.2.2
zope.component==4.3.0
zope.configuration==4.0.3
zope.deprecation==4.1.2
zope.event==4.2.0
zope.i18nmessageid==4.0.3
zope.interface==4.1.3
zope.interface==4.3.2
zope.schema==4.4.2
zope.sqlalchemy==0.7.6
zope.sqlalchemy==0.7.7
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pytest]
[tool:pytest]
addopts =
--doctest-modules
--doctest-glob='*.txt'
Expand Down

0 comments on commit 7f21f42

Please sign in to comment.