diff options
author | 2021-03-23 17:17:22 +0800 | |
---|---|---|
committer | 2021-03-23 18:35:19 +0800 | |
commit | 7de2959402a048652bf6d4ec8e3bec1172bb11e8 (patch) | |
tree | fb4c7397ef262ca60e6aa90315dc1ec9371398fe /Pipfile | |
parent | Style <pre> tag backgrounds same as <code>. (diff) |
Remove Github metadata feature.
This feature is still under implementation debate, so it will be further
discussed in another issue and implemeneted in a future PR.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"} sentry-sdk = "~=0.14" gitpython = "~=3.1.7" markdown2 = "~=2.3.9" -python-dateutil = "~=2.8.1" [dev-packages] coverage = "~=5.0" |