diff options
| author | 2019-10-18 12:34:09 +0200 | |
|---|---|---|
| committer | 2019-10-18 12:34:09 +0200 | |
| commit | 6670a3ba48dad0b2e6e79d77d780c5ee77773e3e (patch) | |
| tree | 30fdc507353e902f194fa84bfcb7516ea72903fd /Pipfile | |
| parent | Prevent double active infractions with constraint (diff) | |
| parent | Add Code of Conduct to navbar submenu (diff) | |
Merge branch 'master' into active-infractions-validation
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 = {version = "~=2.0", sys_platform = "!='win32'"} +django-allauth = "~=0.40" [dev-packages] coverage = "~=4.5.3" |