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