# Original package that was extended by this app
# https://github.com/django-import-export/django-import-export
django-import-export

# Install celery and redis to allow importing/exporting in background
celery
redis

django>=3.2
django-picklefield
django-filter

# To work with FileField widget that can download files during importing
requests
