Files
django-ram/requirements.txt
Daniele Viganò 19eb70c492 Replace ckeditor with tinymce (#30)
* Replace ckeditor with tinymce due to deprecation
* Remove any ckeditor dependency from old migrations
   Disable alters, replace create with plain models.TextField
* Reformat files
* Add more hardening in image_upload
2024-02-17 23:05:18 +01:00

16 lines
316 B
Plaintext

pytz
pillow
markdown
Django
djangorestframework
django-solo
django-countries
django-health-check
django-admin-sortable2
django-tinymce
# Optional: # psycopg2-binary
# Optional: # pySerial
# Required by django-countries and not always installed
# by default on modern venvs (like Python 3.12 on Fedora 39)
setuptools