This commit is contained in:
Beyang Liu 2017-06-04 07:46:19 +00:00 committed by GitHub
commit 77ba8e1889

View File

@ -86,7 +86,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',