aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-10-06 20:37:13 +0300
committerGravatar ks129 <[email protected]>2020-10-06 20:37:13 +0300
commit0b285fcef2005f5744382abfca871b6e7e450300 (patch)
tree513f0ad8484d429a24bf1fbd7a7df5ec3e58e4a1
parentMove repository configuration to environment variables (diff)
Add dateutil dependency because datetime's fromisoformat don't work
-rw-r--r--Pipfile1
-rw-r--r--Pipfile.lock10
2 files changed, 10 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index a6aa4a95..850c6b44 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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",