Skip to content

Commit

Permalink
add django as a requirement to setup.py (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman Bharadwaj authored and carltongibson committed Feb 1, 2018
1 parent 35728b7 commit 192b71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def find_version(*parts):
license='BSD',
url='https://django-appconf.readthedocs.io/',
packages=['appconf'],
install_requires=[],
install_requires=['django'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit 192b71c

Please sign in to comment.