diff options
author | 2019-10-03 15:08:07 +0100 | |
---|---|---|
committer | 2019-10-03 15:08:07 +0100 | |
commit | 99bc330bf50232e6302a12ea86c62745f5d87fef (patch) | |
tree | 6734357165cda6bc5ab2f28d1d73882f4278d805 /Pipfile | |
parent | Add link to Contributing landing page to our website's navbar (#270) (diff) |
Initial Allauth dependency and settings/urls
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ pygments = "~=2.3.1" wiki = {path = "./docker/wheels/wiki-0.5.dev20190420204942-py3-none-any.whl"} pyyaml = "~=5.1" pyuwsgi = "~=2.0" +django-allauth = "~=0.40" [dev-packages] coverage = "~=4.5.3" |