jenkins: add new phonenumbers dependency

This commit is contained in:
Frédéric Péters 2022-11-29 16:30:56 +01:00
parent 7a9c9c53cf
commit 14625ec634
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $PIP_BIN install --upgrade 'pip!=20.3.2'
$PIP_BIN install --upgrade setuptools
$PIP_BIN install --upgrade 'pytest' 'attrs' 'more-itertools' WebTest mock pytest-cov
$PIP_BIN install --upgrade 'pylint'
$PIP_BIN install --upgrade 'Quixote>=3.0,<3.2' 'Django>=2.2,<2.3' 'gadjo' 'vobject' 'pyproj' 'requests' 'django-ratelimit<3' 'bleach' 'unidecode' 'pyquery' 'lxml'
$PIP_BIN install --upgrade 'Quixote>=3.0,<3.2' 'Django>=2.2,<2.3' 'gadjo' 'vobject' 'pyproj' 'requests' 'django-ratelimit<3' 'bleach' 'unidecode' 'pyquery' 'lxml' 'phonenumbers'
$PIP_BIN install git+https://git.entrouvert.org/debian/django-ckeditor.git
DJANGO_SETTINGS_MODULE=wcs.settings \