tox: get additional modules using https (via #46904#note-2)

This commit is contained in:
Frédéric Péters 2020-09-24 20:07:05 +02:00
parent f6ebcadc0a
commit 1ca725772b
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ passenv=
PGPASSWORD
usedevelop = true
deps =
http://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz
https://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz
# dependency constraints for authentic
py2: django-appconf<1.0.4
py2: django-filter<2
@ -66,7 +66,7 @@ commands =
usedevelop = true
basepython = python2.7
deps =
http://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz
https://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz
Django<2.3
pylint<1.8
pylint-django<0.8.1