misc: add dependency on publik-django-templatetags to setup.py (#84358) #210

Merged
bdauvergne merged 1 commits from wip/84358-publik-django-templatetags-n-est into main 2023-12-08 11:16:44 +01:00
2 changed files with 1 additions and 4 deletions

View File

@ -190,6 +190,7 @@ setup(
'atomicwrites',
'zxcvbn',
'phonenumbers',
'publik_django_templatetags@git+https://git.entrouvert.org/publik-django-templatetags.git',
],
zip_safe=False,
classifiers=[

View File

@ -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