fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
+x deployment.py
[wolnelektury.git]
/
requirements.txt
1
--find-links=http://www.pythonware.com/products/pil/
2
3
# django
4
Django>=1.1.1,<1.2
5
South>=0.7 # migrations for django
6
django-pagination>=1.0
7
django-rosetta>=0.5.3
8
django-maintenancemode>=0.9
9
10
# Feedparser
11
Feedparser>=4.1
12
13
# PIL
14
Imaging>=1.1.6
15
mutagen>=1.17
16
sorl-thumbnail>=3.2
17
18
# home-brewed & dependencies
19
lxml>=2.2.2
20
git+git://github.com/fnp/librarian.git
21
22
# MySQL-python>=1.2,<2.0