-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbase.txt
100 lines (78 loc) · 2.59 KB
/
base.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Production and staging Django
Django==4.2.16
# Database adapter
mysqlclient==2.2.6
# Configuration
django-environ==0.11.2
# Forms
django-braces==1.16.0
django-crispy-forms==2.3
# Models
django-model-utils==5.0.0
# Images
Pillow==11.0.0
# For user registration, either via email or social
# Well-built with regular release cycles!
#django-allauth[socialaccount]==0.62.1
# version 0.62 requires config change - reverting bot changes
django-allauth==0.61.1
# Unicode slugification
unicode-slugify==0.1.5
django-autoslug==1.9.9
# Time zones support
pytz==2024.2
# Commands
lxml==5.3.0
# Your custom requirements go here
cryptography==43.0.3
django-filter==24.3
django-autocomplete-light==3.11.0
# django-ajax-datatable to be installed from github fork until
# https://github.com/morlandi/django-ajax-datatable/pull/111 is merged
# django-ajax-datatable==4.4.5
git+https://github.com/PiotrIw/django-ajax-datatable.git@05afe42
django-tinymce==3.7.1
# replacing unmaintained django-atom with updated fork
# django-atom==0.16.3
git+https://github.com/PiotrIw/django-atom.git@master#egg=django-atom
# django-tinycontent is not supported anymore so watchdog maintained fork is used
git+https://github.com/watchdogpolska/django-tinycontent.git@master
django-formtools==2.5.1
django-mptt==0.16.0
jsonfield==3.1.0
django-guardian==2.4.0
django-teryt-tree==0.18.4
cached-property==2.0.1
# replacing unmaintained django-bootstrap-pagination with updated fork
# django-bootstrap-pagination==1.7.1
git+https://github.com/PiotrIw/django-bootstrap-pagination.git@master#egg=django-bootstrap-pagination
django-reversion==5.1.0
djangorestframework==3.15.2
djangorestframework-csv==3.0.2
unicodecsv==0.14.1
tqdm==4.67.0
django-github-revision==0.0.3
django-extensions==3.2.3
django-cleanup==9.0.0
# Ping commit due missing cached object in <=4.7.1
django-extra-views==0.13.0
# django-extra-views==0.14.0 -> py3.10 or dj3.2: cannot import name 'InlineFormSet' from 'extra_views'
django-sendfile2==0.7.1
virustotal-api==1.1.11
https://github.com/ross/performant-pagination/archive/5b537da95728d622792031071ecc4cb5154ec86f.zip
# not available on pypi - see https://github.com/ross/performant-pagination/issues/5
# django4-background-tasks==1.2.9 - unmintained, using watchdog maintained fork py312, dj42 compatible
git+https://github.com/watchdogpolska/django-background-tasks.git@master
django-cors-headers==4.6.0
django-rosetta==0.10.1
bleach==6.2.0
beautifulsoup4==4.12.3
html2text==2024.2.26
openpyxl==3.1.5
# LLM exvaluation
langchain==0.3.7
langchain-community==0.3.7
#langchain[llms]==0.1.5
openai==1.54.4
langchain-openai==0.2.8
tiktoken==0.8.0