Skip to content

Commit

Permalink
Revert accidentally downgraded packages to recent versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
disko committed Nov 21, 2016
1 parent 1b6c230 commit 555c0d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Chameleon==2.25
colander==1.2
deform==2.0.3
docopt==0.6.2
fanstatic==0.16
fanstatic==1.0a7
filedepot==0.4.0
FormEncode==2.0.0a1
funcsigs==1.0.2
Expand Down Expand Up @@ -50,12 +50,12 @@ pyramid-mailer==0.14.1
pyramid-tm==1.1.0
pyramid-zcml==1.0.0
pyramid==1.7.3
python-editor==1.0.1
python-editor==1.0.2
pytz==2016.7
repoze.lru==0.6
repoze.sendmail==4.2
repoze.workflow==1.0b1
repoze.zcml==0.4
repoze.zcml==1.0b1
rfc6266==0.0.4
six==1.10.0
SQLAlchemy-Utils==0.32.11
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'colander<1.3', # until https://github.com/Pylons/colander/pull/272 is merged and released # noqa
'deform>=2.0a1', # >=2.0a1 to support Bootstrap 2
'docopt',
'fanstatic>=1.0a7',
'filedepot',
'formencode',
'html2text',
Expand All @@ -53,6 +54,7 @@
'pyramid_zcml',
'repoze.lru',
'repoze.workflow>=1.0b1',
'repoze.zcml>=1.0b1',
'rfc6266',
'sqlalchemy>=1.0.0',
'sqlalchemy-utils',
Expand Down

0 comments on commit 555c0d5

Please sign in to comment.