File tree 2 files changed +19
-14
lines changed
2 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 1
- git+https://github.com/getnikola/nikola#egg= Nikola
1
+ Nikola >= 7.4.1
2
2
git+https://github.com/nvie/rq.git#egg=rq
3
3
blinker == 1.3
4
- docopt == 0.6.1
4
+ docopt == 0.6.2
5
5
docutils == 0.12
6
- doit == 0.26 .0
6
+ doit == 0.28 .0
7
7
Flask == 0.10.1
8
- Flask-Bcrypt == 0.6.0
8
+ Flask-Bcrypt == 0.6.2
9
9
Flask-Login == 0.2.11
10
10
Flask-WTF == 0.11
11
11
itsdangerous == 0.24
12
12
Jinja2 == 2.7.3
13
- Logbook == 0.8 .1
14
- lxml == 3.4.1
15
- Mako == 1.0.0
13
+ Logbook == 0.9 .1
14
+ lxml == 3.4.4
15
+ Mako == 1.0.1
16
16
MarkupSafe == 0.23
17
- natsort == 3.5.1
17
+ natsort == 3.5.6
18
18
passlib == 1.6.2
19
- Pillow == 2.7.0
19
+ Pillow == 2.8.1
20
20
py-bcrypt == 0.4
21
- Pygments == 2.0.1
21
+ Pygments == 2.0.2
22
22
pyinotify == 0.9.5
23
23
PyRSS2Gen == 1.1
24
- python-dateutil == 2.4.0
25
- pytz == 2014.10
24
+ python-bcrypt == 0.3.1
25
+ python-dateutil == 2.4.2
26
+ pytz == 2015.2
26
27
redis == 2.10.3
27
28
six == 1.9.0
28
29
Unidecode == 0.4.17
29
30
webassets == 0.10.1
30
- Werkzeug == 0.9.6
31
+ Werkzeug == 0.10.4
31
32
WTForms == 2.0.2
32
- Yapsy == 1.10.423
33
+ Yapsy == 1.11.23
Original file line number Diff line number Diff line change 3
3
import io
4
4
from setuptools import setup
5
5
6
+ with open ('requirements.txt' , 'r' ) as fh :
7
+ dependencies = [l .strip () for l in fh ][2 :]
8
+
6
9
setup (name = 'coil' ,
7
10
version = '1.2.0' ,
8
11
description = 'A user-friendly CMS frontend for Nikola.' ,
23
26
'Programming Language :: Python :: 3.3' ,
24
27
'Programming Language :: Python :: 3.4' ],
25
28
packages = ['coil' ],
29
+ install_requires = dependencies ,
26
30
include_package_data = True ,
27
31
entry_points = {
28
32
'console_scripts' : [
You can’t perform that action at this time.
0 commit comments