Skip to content

Commit b7a3876

Browse files
committed
remove django-treebeard depends
1 parent 52885e7 commit b7a3876

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,5 @@
1919
include_package_data=True,
2020
zip_safe=False,
2121
entry_points={},
22-
install_requires=[
23-
'django-treebeard>=4.5.1'
24-
],
22+
install_requires=[],
2523
)

0 commit comments

Comments
 (0)