Skip to content

Commit

Permalink
Add requirements to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick authored and brianmay committed Nov 27, 2019
1 parent 1547aa3 commit 03f159d
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 @@ -28,7 +28,7 @@
],
include_package_data=True,
license='BSD',
install_requires=[],
install_requires=["Django>=2.1"],
tests_require=['mock', 'django-environ', 'pytest', 'pytest-django'],
classifiers=['Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit 03f159d

Please sign in to comment.