Use lowercase package names

This commit is contained in:
Aleksi Häkli 2018-04-20 23:39:31 +03:00
parent 685b9f2ffc
commit 6a07ca2dc7
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
Django
django
sphinx-rtd-theme
-e .

View file

@ -9,8 +9,8 @@ deps =
coveralls
django-appconf
django-ipware
django-111: Django>=1.11,<2.0
django-20: Django>=2.0,<2.1
django-111: django>=1.11,<2.0
django-20: django>=2.0,<2.1
django-master: https://github.com/django/django/archive/master.tar.gz
py27: mock
usedevelop = True