diff --git a/setup.py b/setup.py index f898ec2..385c81e 100644 --- a/setup.py +++ b/setup.py @@ -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={