# MultiInfo for Django 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-environ
# django-formtools
django-import-export
# django-localflavor
# django-pascal-templates
# django-polymodels
django-powerbank
# django-reversion
# django_email_queue
# https://github.com/rochacbruno/dynaconf/issues/41
dynaconf==0.5.4
enum34 ; python_version < '3.4'
# html2text
# isoweek
# jinja2-highlight
# markdown
# maya
multiinfo
# psycopg2-binary
# pycountry
# pytz
pathlib ; python_version < '3.3'
requests

--find-links=requirements/local

