declare dnspython dependency in setup.py (#32471)

This commit is contained in:
Emmanuel Cazenave 2019-04-18 18:28:53 +02:00
parent 261de0d17b
commit aefff59310
2 changed files with 1 additions and 1 deletions

View File

@ -111,6 +111,7 @@ setup(
'django-tenant-schemas',
'prometheus_client',
'djangorestframework>=3.1, <3.7',
'dnspython'
],
zip_safe=False,
cmdclass={

View File

@ -55,7 +55,6 @@ deps:
http://git.entrouvert.org/debian/django-tenant-schemas.git/snapshot/django-tenant-schemas-master.tar.gz
httmock
requests
dnspython
commands =
./getlasso.sh
hobo: py.test {env:COVERAGE:} {env:NOMIGRATIONS:} {posargs:tests/}