# Django Opt Out dependencies
# Django maybe missing here if multiple verssions are to be tested and installed by tox
# For development we keep them unfreezed to work and test on newest versions as soon as they are released
# Freezing can be perforemd by pip-compile or pipenv

click
django<2.0 ; python_version < '3.5'
django>=2.0 ; python_version >= '3.5'
django-bootstrap-form
django-import-export
django-pascal-templates
django-powerbank
markdown
pathlib ; python_version < '3.3'
enum34 ; python_version < '3.4'
