[TELE-569] add modifications for python 3

This commit is contained in:
Daniel Muyshond 2020-06-28 11:25:36 +02:00
parent 74c947db79
commit 746fac8b03
1 changed files with 4 additions and 1 deletions

View File

@ -92,8 +92,11 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3.5.3',
],
install_requires=['django>=1.7, <1.8',
install_requires=[
'django>=1.11',
'python3-passerelle',
],
zip_safe=False,
cmdclass={