forked from qgis/QGIS-Django
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREQUIREMENTS.txt
48 lines (48 loc) · 1.13 KB
/
REQUIREMENTS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Django==1.6.2
# Currently broken with 'no module named defaults' error
#Feedjack==0.9.18
# So use George's fork rather
git+https://github.com/Erve1879/feedjack.git
Markdown==2.3.1
PIL==1.1.7
Pygments==1.6
South==0.8.2
Whoosh==2.5.6
argparse==1.2.1
#cab==0.2.0 # Not used anymore..-
#distribute==0.7.3
django-annoying==0.7.7
django-auth-ldap==1.1.4
django-autoslug==1.7.1
django-debug-toolbar==1.0.1
django-endless-pagination==2.0
django-extensions==1.2.0
django-generic-aggregation==0.3.2
django-haystack==2.1.0
django-olwidget==0.61.0
django-pagination==1.0.7
django-ratings==0.3.7
django-simple-ratings==0.3.2
# SIMPLEMENU
git+git://github.com/elpaso/django-simplemenu.git
#Use my fork: the official is buggy
git+git://github.com/elpaso/django-sorting.git
django-taggit==0.11.2
django-taggit-autosuggest==0.2.1
django-taggit-templatetags==0.4.6dev
django-templatetag-sugar==0.1
django-tinymce==1.5.2
feedparser==5.1.3
ipython==1.2.0
lxml==3.3.1
opml==0.5
psycopg2==2.5.1
python-ldap==2.4.13
# RPC4DJANGO
git+https://github.com/davidfischer/rpc4django.git
six==1.4.1
sorl-thumbnail==11.12
sqlparse==0.1.11
wsgiref==0.1.2
simplejson==3.3.3
BeautifulSoup