diff options
author | 2020-10-06 20:37:13 +0300 | |
---|---|---|
committer | 2020-10-06 20:37:13 +0300 | |
commit | 0b285fcef2005f5744382abfca871b6e7e450300 (patch) | |
tree | 513f0ad8484d429a24bf1fbd7a7df5ec3e58e4a1 /Pipfile | |
parent | Move repository configuration to environment variables (diff) |
Add dateutil dependency because datetime's fromisoformat don't work
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 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" |