Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 352d5a9

Browse files
committed
Remove Django from install_requires
See also django-mptt/django-mptt#3
1 parent c6e7fc2 commit 352d5a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def get_source_files():
3535
packages=find_packages(exclude=["*.demo"]),
3636
zip_safe=False,
3737
install_requires=[
38-
'Django',
3938
'django-js-asset',
4039
],
4140
include_package_data=True,

0 commit comments

Comments
 (0)