diff options
| author | 2020-10-10 13:08:08 +0100 | |
|---|---|---|
| committer | 2020-10-10 13:08:08 +0100 | |
| commit | 929a93daf89d444d91fcb0d0f129297ae9986ec7 (patch) | |
| tree | 189ce0f7b8562f31a5a77f16b151e6bf76f5e1cf /Pipfile | |
| parent | add static timeline assets (diff) | |
| parent | Merge pull request #378 from RohanJnr/user_endpoint (diff) | |
Merge branch 'master' into feat/timeline
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,6 @@ django-environ = "~=0.4.5" django-filter = "~=2.1.0" django-hosts = "~=4.0" djangorestframework = "~=3.11.0" -djangorestframework-bulk = "~=0.2.1" psycopg2-binary = "~=2.8" django-simple-bulma = "~=1.2" whitenoise = "~=5.0" @@ -20,6 +19,7 @@ pyyaml = "~=5.1" pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"} django-allauth = "~=0.41" sentry-sdk = "~=0.14" +gitpython = "~=3.1.7" [dev-packages] coverage = "~=5.0" |