-
-
Notifications
You must be signed in to change notification settings - Fork 676
Expand file tree
/
Copy pathbase-requirements.txt
More file actions
56 lines (49 loc) · 1.34 KB
/
base-requirements.txt
File metadata and controls
56 lines (49 loc) · 1.34 KB
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
dj-database-url==0.5.0
django-pipeline==4.1.0
django-sitetree==1.18.0 # >=1.17.1 is (?) first version that supports Django 4.2
django-apptemplates==1.5
django-admin-interface==0.28.9
django-translation-aliases==0.1.0
Django==5.2.11
docutils==0.21.2
Markdown==3.7
cmarkgfm==2024.11.20
Pillow==10.4.0
psycopg2-binary==2.9.9
python3-openid==3.2.0
python-decouple==3.8
# lxml used by BeautifulSoup.
lxml==5.2.2
cssselect==1.2.0
feedparser==6.0.11
beautifulsoup4==4.12.3
icalendar==4.0.7
chardet==4.0.0
celery[redis]==5.4.0
django-celery-beat==2.8.1
# TODO: We may drop 'django-imagekit' completely.
django-imagekit==5.0 # 5.0 is first version that supports Django 4.2
django-haystack==3.3.0
elasticsearch>=7,<8
# TODO: 0.14.0 only supports Django 1.8 and 1.11.
django-tastypie==0.14.7 # 0.14.6 is first version that supports Django 4.2
pytz==2021.1
python-dateutil==2.8.2
requests>=2.26.0
django-honeypot==1.3.0
django-markupfield==2.0.1
django-allauth==65.13.0
django-waffle==2.2.1
djangorestframework==3.14.0 # 3.14.0 is first version that supports Django 4.1, 4.2 support hasnt been "released"
django-filter==25.1
django-ordered-model==3.7.4
django-widget-tweaks==1.5.0
django-countries==8.2.0
num2words==0.5.13
django-polymorphic==4.1.0
sorl-thumbnail==12.11.0
django-extensions==3.2.3
django-import-export==2.7.1
pypandoc==1.12
panflute==2.3.1
Unidecode==1.3.8