mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.0 KiB
56 lines
1.0 KiB
# Core
|
|
Django==3.2.25
|
|
gunicorn==23.0.0
|
|
|
|
# Search / indexing
|
|
django-haystack==3.2.1
|
|
pysolr==3.6.0
|
|
|
|
# DRF & filtering
|
|
djangorestframework==3.12.4
|
|
django-filter==2.4.0
|
|
drf-spectacular==0.18.2
|
|
|
|
# DB & config
|
|
dj-database-url==0.5.0
|
|
psycopg2-binary==2.9.9
|
|
python-decouple==3.1
|
|
|
|
# Django utilities
|
|
django-crispy-forms==1.14.0
|
|
django-braces==1.15.0
|
|
django-extra-views==0.14.0
|
|
django-model-utils==4.3.1
|
|
django-extensions==3.2.3
|
|
django-waffle==3.0.0
|
|
django-webpack-loader==1.6.0
|
|
django-ratelimit==3.0.1
|
|
whitenoise==5.1.0
|
|
django-prometheus==2.2.0
|
|
|
|
# Images / files / PDFs
|
|
easy-thumbnails==2.8.5
|
|
django-image-cropping==1.7
|
|
Pillow==10.3.0
|
|
rlPyCairo==0.3.0
|
|
reportlab==4.2.0
|
|
WeasyPrint==66
|
|
trml2pdf==0.6
|
|
PyPDF4==1.27.0
|
|
python-magic==0.4.15
|
|
|
|
# Other libs
|
|
pyyaml==6.0.1
|
|
pytz==2024.1
|
|
Unidecode==1.1.1
|
|
unipath==1.1
|
|
kazoo==2.8.0
|
|
asn1crypto==1.5.1
|
|
XlsxWriter==3.2.0
|
|
more-itertools==8.2.0
|
|
|
|
# OAI (fork/commit you already use)
|
|
git+https://github.com/infrae/pyoai@5ff2f15e869869e70d8139e4c37b7832854d7049
|
|
|
|
# Project-specific forks
|
|
git+https://github.com/interlegis/django-admin-bootstrapped
|
|
|