misc: add dependency on publik-django-templatetags to setup.py (#84358)
gitea/authentic/pipeline/head This commit looks good Details

This commit is contained in:
Benjamin Dauvergne 2023-12-06 23:25:23 +01:00
parent a4d774d4fd
commit 6d54fe2222
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