diff options
author | 2020-09-09 21:57:10 +0530 | |
---|---|---|
committer | 2020-09-09 21:57:10 +0530 | |
commit | c2fd1394a68a7a853338a94c2129926e9b75d7e9 (patch) | |
tree | dd51de771ad868a8423e250768e995986e06f0fc /Pipfile | |
parent | remove redundant if clause in update() method in UserListSeriazlier. (diff) | |
parent | Update landing page. (diff) |
Merge branch 'master' into user_endpoint
the Pipfile.lock conflict was resolved by re-locking the pipfile.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,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" |