Skip to content

Commit

Permalink
Add Django as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Feb 28, 2022
1 parent bb073a1 commit 1ffa01c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -17,6 +17,7 @@
long_description=open('README.md').read(),
python_requires=">=3.7",
install_requires=[
'Django',
],
extras_require={
'testing': [
Expand Down

0 comments on commit 1ffa01c

Please sign in to comment.