Skip to content

Commit b925445

Browse files
committed
Added django to setup.py requires
1 parent cf6b39c commit b925445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
'Intended Audience :: System Administrators',
2525
"License :: OSI Approved :: BSD License",
2626
],
27-
install_requires=['openpyxl','python-dateutil']
27+
install_requires=['django', 'openpyxl','python-dateutil']
2828
)

0 commit comments

Comments
 (0)