2019-07-03 22:28:55 +00:00
|
|
|
Django==2.2.3 # Django package
|
2019-07-02 08:44:49 +00:00
|
|
|
# psycopg2>=2.8.1 # PostgreSQL package
|
2019-04-28 09:41:03 +00:00
|
|
|
pillow>=5.0.0 # Image manipulation
|
|
|
|
djangorestframework>=3.6.2 # DRF framework
|
2019-05-07 00:24:39 +00:00
|
|
|
django-cors-headers>=2.5.3 # CORS headers extension for DRF
|
2019-04-28 09:41:03 +00:00
|
|
|
django_filter>=1.0.2 # Extended filtering options
|
2019-05-03 15:00:58 +00:00
|
|
|
django-dbbackup==3.2.0 # Database backup / restore functionality
|
2019-04-28 09:41:03 +00:00
|
|
|
coreapi>=2.3.0 # API documentation
|
|
|
|
pygments>=2.2.0 # Syntax highlighting
|
|
|
|
tablib>=0.13.0 # Import / export data files
|
|
|
|
django-crispy-forms>=1.7.2 # Form helpers
|
|
|
|
django-import-export>=1.0.0 # Data import / export for admin interface
|
|
|
|
django-cleanup>=2.1.0 # Manage deletion of old / unused uploaded files
|
|
|
|
django-qr-code==1.0.0 # Generate QR codes
|
|
|
|
flake8==3.3.0 # PEP checking
|
|
|
|
coverage>=4.5.3 # Unit test coverage
|
2019-05-10 23:31:23 +00:00
|
|
|
python-coveralls==2.9.1 # Coveralls linking (for Travis)
|
|
|
|
fuzzywuzzy>=0.17.0 # Fuzzy string matching
|