Skip to content

Commit 8361abc

Browse files
committed
Add Django as dependency
1 parent d813f66 commit 8361abc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@
3636
"Programming Language :: Python :: 3.6",
3737
"Programming Language :: Python :: 3.7",
3838
],
39+
install_requires=["Django>=1.0"],
3940
)

0 commit comments

Comments
 (0)