Add support for the django.contrib.admindocs feature

This commit is contained in:
Danielle McLean 2018-04-20 11:21:00 +10:00
parent 236a32ebc1
commit 025910029e
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240
4 changed files with 269 additions and 239 deletions

View file

@ -1,17 +1,12 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = '3.6'
[packages]
django = "*"
django-compressor = "*"
gunicorn = "*"
@ -48,6 +43,6 @@ pytest-django = "*"
"argon2-cffi" = "*"
python-baseconv = "*"
django-computed-property = "*"
docutils = "*"
[dev-packages]