2020-01-19 10:33:24 +00:00
|
|
|
Django==2.2.9 # Django package
|
2019-12-05 03:19:21 +00:00
|
|
|
pillow==6.2.0 # Image manipulation
|
2019-12-05 03:12:05 +00:00
|
|
|
djangorestframework==3.10.3 # DRF framework
|
|
|
|
django-cors-headers==3.2.0 # CORS headers extension for DRF
|
|
|
|
django_filter==2.2.0 # Extended filtering options
|
2019-12-04 23:29:33 +00:00
|
|
|
django-mptt==0.10.0 # Modified Preorder Tree Traversal
|
2019-05-03 15:00:58 +00:00
|
|
|
django-dbbackup==3.2.0 # Database backup / restore functionality
|
2020-01-31 10:42:30 +00:00
|
|
|
django-markdownx==3.0.1 # Markdown form fields
|
|
|
|
django-markdownify==0.8.0 # Markdown rendering
|
2019-12-04 23:29:33 +00:00
|
|
|
coreapi==2.3.0 # API documentation
|
|
|
|
pygments==2.2.0 # Syntax highlighting
|
|
|
|
tablib==0.13.0 # Import / export data files
|
2019-12-05 03:12:05 +00:00
|
|
|
django-crispy-forms==1.8.1 # Form helpers
|
|
|
|
django-import-export==2.0.0 # Data import / export for admin interface
|
|
|
|
django-cleanup==4.0.0 # Manage deletion of old / unused uploaded files
|
|
|
|
django-qr-code==1.1.0 # Generate QR codes
|
2019-04-28 09:41:03 +00:00
|
|
|
flake8==3.3.0 # PEP checking
|
2019-11-05 09:23:15 +00:00
|
|
|
coverage==4.0.3 # Unit test coverage
|
2019-05-10 23:31:23 +00:00
|
|
|
python-coveralls==2.9.1 # Coveralls linking (for Travis)
|
2019-12-04 23:29:33 +00:00
|
|
|
fuzzywuzzy==0.17.0 # Fuzzy string matching
|
|
|
|
python-Levenshtein==0.12.0 # Required for fuzzywuzzy
|