add python-lxml to dependencies

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-01-30 02:09:34 -08:00
parent c94793b0b1
commit d323c1f95b
3 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,7 @@ before_script:
python-itsdangerous python-httpx python-jinja python-pytest-cov
python-requests python-aiofiles python-python-multipart
python-pytest-asyncio python-coverage python-bcrypt
python-email-validator openssh
python-email-validator openssh python-lxml
- bash -c "echo '127.0.0.1' > /etc/hosts"
- bash -c "echo '::1' >> /etc/hosts"