fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d247c761d37858d41d1a8666f9942b660f0c78ae
[redakcja.git]
/
platforma
/
config
/
requirements.txt
1
## Python libraries
2
lxml>=2.2
3
mercurial>=1.3.1
4
PyYAML>=3.0
5
PIL>=1.1
6
7
## Book conversion library
8
git+git://github.com/fnp/librarian.git@master#egg=librarian
9
10
## Django
11
Django>=1.1.1,<1.2
12
sorl-thumbnail>=3.2
13
django-maintenancemode>=0.9
14
15
# migrations
16
south>=0.6
17
18
## Debugging utils, uncomment this if you want tests
19
# django-nose>=0.0.3
20
# django-debug-toolbar>=0.8