From 6d54fe22229cb04e07b97457d62608361e80a609 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 6 Dec 2023 23:25:23 +0100 Subject: [PATCH] misc: add dependency on publik-django-templatetags to setup.py (#84358) --- setup.py | 1 + tox.ini | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 9d71cb690..de5b5c50d 100755 --- a/setup.py +++ b/setup.py @@ -190,6 +190,7 @@ setup( 'atomicwrites', 'zxcvbn', 'phonenumbers', + 'publik_django_templatetags@git+https://git.entrouvert.org/publik-django-templatetags.git', ], zip_safe=False, classifiers=[ diff --git a/tox.ini b/tox.ini index e6fe3bda7..2e0ce02d2 100644 --- a/tox.ini +++ b/tox.ini @@ -69,7 +69,6 @@ deps = pytz pytest-freezegun faker - git+https://git.entrouvert.org/publik-django-templatetags.git uwsgidecorators enum34<=1.1.6 ldaptools>=0.24 @@ -95,7 +94,6 @@ setenv = SETUPTOOLS_USE_DISTUTILS=stdlib deps = psycopg2-binary - git+https://git.entrouvert.org/publik-django-templatetags.git allowlist_externals = ./getlasso3.sh ./check-migrations.sh @@ -120,7 +118,6 @@ deps = lxml ldaptools pytest - git+https://git.entrouvert.org/publik-django-templatetags.git uwsgidecorators pyquery numpy @@ -156,7 +153,6 @@ setenv = DJANGO_SETTINGS_MODULE=authentic2.settings deps = psycopg2-binary - git+https://git.entrouvert.org/publik-django-templatetags.git allowlist_externals = ./getlasso3.sh ./manage.py