include django as a dependency

This commit is contained in:
Beyang Liu 2016-06-07 10:57:20 -07:00
parent 04e5b5b20a
commit 66709ed184

View File

@ -88,7 +88,7 @@ setup(
author_email='tom@tomchristie.com', # SEE NOTE BELOW (*)
packages=get_packages('rest_framework'),
package_data=get_package_data('rest_framework'),
install_requires=[],
install_requires=['django'],
zip_safe=False,
classifiers=[
'Development Status :: 5 - Production/Stable',