diff options
| -rw-r--r-- | Pipfile | 1 | ||||
| -rw-r--r-- | Pipfile.lock | 10 | 
2 files changed, 10 insertions, 1 deletions
| @@ -20,6 +20,7 @@ django-allauth = "~=0.41"  sentry-sdk = "~=0.14"  gitpython = "~=3.1.7"  markdown2 = "~=2.3.9" +python-dateutil = "~=2.8.1"  [dev-packages]  coverage = "~=5.0" diff --git a/Pipfile.lock b/Pipfile.lock index 1abe60df..7b642e4d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@  {      "_meta": {          "hash": { -            "sha256": "b3a96897e6f1a15aef6ffc90099d5d6b8000a465a34f61bf41e5eb6a4d9f6ba3" +            "sha256": "a564091c8be701ba148292d490babded217f2885c129c2dd829ece4134f1258b"          },          "pipfile-spec": 6,          "requires": { @@ -199,6 +199,14 @@              "index": "pypi",              "version": "==2.8.6"          }, +        "python-dateutil": { +            "hashes": [ +                "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c", +                "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a" +            ], +            "index": "pypi", +            "version": "==2.8.1" +        },          "python3-openid": {              "hashes": [                  "sha256:33fbf6928f401e0b790151ed2b5290b02545e8775f982485205a066f874aaeaf", | 
