Add Django>=1.7 to required packages. Fixes #29.
This commit is contained in:
		
							
								
								
									
										1
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
									
									
									
									
								
							| @@ -119,6 +119,7 @@ setup( | |||||||
|     author_email='foundation@djangoproject.com', |     author_email='foundation@djangoproject.com', | ||||||
|     packages=find_packages(exclude=['tests', 'tests.*']), |     packages=find_packages(exclude=['tests', 'tests.*']), | ||||||
|     package_data=find_package_data(), |     package_data=find_package_data(), | ||||||
|  |     install_requires=['Django>=1.7'], | ||||||
|     classifiers=[ |     classifiers=[ | ||||||
|         'Development Status :: 5 - Production/Stable', |         'Development Status :: 5 - Production/Stable', | ||||||
|         'Environment :: Web Environment', |         'Environment :: Web Environment', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jannis Leidel
					Jannis Leidel