Enable analytics in production

This commit is contained in:
Danielle McLean 2017-11-01 16:18:48 +11:00
parent 06278935b6
commit 4b4ab324cc
Signed by untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
5 changed files with 32 additions and 15 deletions

View file

@ -4,7 +4,9 @@ url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = '3.6'
@ -34,6 +36,7 @@ pyyaml = "*"
django-annoying = "*"
django-shorturls = "*"
accept-types = "*"
django-analytical = "*"
[dev-packages]