Skip to content

Commit

Permalink
v1.2.2: don’t repeat Nikola dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 20, 2015
1 parent e6da735 commit 43ae4ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,11 @@
Appendix A. Changelog
=====================

v1.2.2
------

* Don’t repeat Nikola dependencies to decrease maintenance burden

v1.2.1
------

Expand Down
13 changes: 0 additions & 13 deletions requirements.txt
@@ -1,33 +1,20 @@
git+https://github.com/nvie/rq.git#egg=rq
Nikola>=7.4.1
blinker==1.3
docopt==0.6.2
docutils==0.12
doit==0.28.0
Flask==0.10.1
Flask-Bcrypt==0.6.2
Flask-Login==0.2.11
Flask-WTF==0.11
itsdangerous==0.24
Jinja2==2.7.3
Logbook==0.9.1
lxml==3.4.4
Mako==1.0.1
MarkupSafe==0.23
natsort==3.5.6
passlib==1.6.2
Pillow==2.8.1
py-bcrypt==0.4
Pygments==2.0.2
pyinotify==0.9.5
PyRSS2Gen==1.1
python-bcrypt==0.3.1
python-dateutil==2.4.2
pytz==2015.2
redis==2.10.3
six==1.9.0
Unidecode==0.4.17
webassets==0.10.1
Werkzeug==0.10.4
WTForms==2.0.2
Yapsy==1.11.23
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
dependencies = [l.strip() for l in fh][1:]

setup(name='coil',
version='1.2.1',
version='1.2.2',
description='A user-friendly CMS frontend for Nikola.',
keywords='coil,nikola,cms',
author='Chris Warrick, Roberto Alsina, Henry Hirsch et al.',
Expand Down

0 comments on commit 43ae4ff

Please sign in to comment.