forked from qgis/QGIS-Django
-
Notifications
You must be signed in to change notification settings - Fork 0
/
REQUIREMENTS.txt
57 lines (57 loc) · 1.45 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
49
50
51
52
53
54
55
56
57
Django==2.2.25
# 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
# George's is also broken: use my fork (django 1.8 ready)
git+https://github.com/elpaso/feedjack.git
Markdown==2.3.1
#PIL==1.1.7
Pillow
Pygments==2.7.4
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.2.6
django-autoslug==1.7.1
django-debug-toolbar==1.11.1
django-endless-pagination==2.0
django-extensions==1.2.0
django-generic-aggregation==0.3.2
django-haystack==2.4.0
#django-olwidget==0.61.0 unmaintained, use this fork
git+https://github.com/Christophe31/olwidget.git
django-pagination==1.0.7
# Unmaintained!
#django-ratings==0.3.7
git+https://github.com/enikesha/django-ratings.git
django-simple-ratings==0.3.2
# SIMPLEMENU
git+https://github.com/elpaso/django-simplemenu.git
django-taggit==0.14.0
django-taggit-autosuggest==0.2.7
django-taggit-templatetags==0.4.6dev0
django-templatetag-sugar==0.1
django-tinymce==3.4.0
feedparser==5.1.3
lxml==4.6.5
opml==0.5
psycopg2==2.5.1
python-ldap==2.4.19
# RPC4DJANGO
git+https://github.com/davidfischer/rpc4django.git
six==1.4.1
sorl-thumbnail==12.7.0
sorl-thumbnail-serializer-field==0.2.1
sqlparse==0.1.11
wsgiref==0.1.2
simplejson==3.3.3
BeautifulSoup
django-bootstrap-pagination==1.7.1
django-sortable-listview==0.43
django-user-map
djangorestframework==3.12.2
django-rest-auth==0.9.5
drf-yasg