dgsi/pkgs/django-allauth-cas/01-setup.patch

13 lines
267 B
Diff
Raw Normal View History

2024-09-16 17:56:53 +02:00
diff --git a/setup.py b/setup.py
index fb06ec0..506677f 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,6 @@ setup(
install_requires=[
"django-allauth",
"python-cas",
- "six",
],
extras_require={
"docs": ["sphinx"],