Add six dependancy to setup.py

This commit is contained in:
Valentin Samir 2016-07-01 01:56:48 +02:00
parent eb64412612
commit 0648c2cf7c
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ setup(
keywords=['django', 'cas', 'cas3', 'server', 'sso', 'single sign-on', 'authentication', 'auth'],
install_requires=[
django, 'requests >= 2.4', 'requests_futures >= 0.9.5',
'django-picklefield >= 0.3.1', django_bootstrap3, 'lxml >= 3.4'
'django-picklefield >= 0.3.1', django_bootstrap3, 'lxml >= 3.4',
'six >= 1'
],
url="https://github.com/nitmir/django-cas-server",
download_url="https://github.com/nitmir/django-cas-server/releases",