Skip to content

Commit

Permalink
Remove minify from development requirements. Upgrade all other requir…
Browse files Browse the repository at this point in the history
…ements to their latest respective versions.
  • Loading branch information
disko committed Dec 10, 2015
1 parent 8608797 commit dbf9bd0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 22 deletions.
19 changes: 9 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ PasteDeploy==1.5.2
Pillow==3.0.0
Pygments==2.0.2
SQLAlchemy==1.0.9
SQLAlchemy-Utils==0.31.1
SQLAlchemy-Utils==0.31.4
Unidecode==0.04.18
WebOb==1.5.0
WebOb==1.5.1
alembic==0.8.3
appdirs==1.4.0
bleach==1.4.2
bleach-whitelist==0.0.7
colander==1.0
deform==2.0a2
docopt==0.6.2
fanstatic==1.0a6
fanstatic==1.0a7
filedepot==0.2.1
html2text==2015.6.21
html2text==2015.11.4
html5lib==1.0b8
iso8601==0.1.10
iso8601==0.1.11
js.angular==1.1.4
js.bootstrap==3.3.4
js.deform==2.0a2-3
Expand All @@ -40,21 +40,20 @@ js.jqueryui==1.10.3
js.jqueryui-tagit==2.0.24-2
js.modernizr==2.5.3.1
js.select2==3.4.1
js.tinymce==4.1.5
kotti-tinymce==0.5.4
lingua==3.12
lingua==4.5.1
peppercorn==0.5
plone.scale==1.3.5
plone.scale==1.4
polib==1.0.7
py-bcrypt==0.4
pyramid==1.5.7
pyramid-beaker==0.8
pyramid-chameleon==0.3
pyramid-debugtoolbar==2.4.1
pyramid-debugtoolbar==2.4.2
pyramid-deform==0.2
pyramid-mailer==0.14.1
pyramid-mako==1.0.2
pyramid-tm==0.12
pyramid-tm==0.12.1
pyramid-zcml==1.0.0
pytz==2015.7
repoze.lru==0.6
Expand Down
9 changes: 0 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,3 @@ markers =
[aliases]
dev = develop easy_install Kotti[testing] Kotti[development]
docs = develop easy_install Kotti[docs]
minify = minify_css minify_js

[minify_css]
sources = kotti/static/*.css
output = kotti/static/%s.min.css

[minify_js]
sources = kotti/static/*.js
output = kotti/static/%s.min.js
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@
'zope.testbrowser',
]

development_requires = [
'minify',
]
development_requires = []

docs_require = [
'Sphinx',
Expand Down

0 comments on commit dbf9bd0

Please sign in to comment.