aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2021-05-14 22:04:42 +0800
committerGravatar kosayoda <[email protected]>2021-05-14 22:04:42 +0800
commit5dea40d2bc5d362321d468cc65bd2b3b05acfb14 (patch)
treeccb02577b40ad4c92b56c8c6d3ae1c53e90afe26
parentEnable smooth scrolling on the website. (diff)
Remove stale dependency.
The reliance on gitpython for the SHA for Sentry was made obsolete by site#439, see https://github.com/python-discord/site/pull/439.
-rw-r--r--Pipfile1
-rw-r--r--Pipfile.lock34
2 files changed, 5 insertions, 30 deletions
diff --git a/Pipfile b/Pipfile
index ca467c9e..94d9cf43 100644
--- a/Pipfile
+++ b/Pipfile
@@ -16,7 +16,6 @@ requests = "~=2.21"
pyyaml = "~=5.1"
gunicorn = "~=20.0.4"
sentry-sdk = "~=0.19"
-gitpython = "~=3.1.7"
markdown = "~=3.3.4"
python-frontmatter = "~=1.0"
diff --git a/Pipfile.lock b/Pipfile.lock
index ab363c10..7cd05feb 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "44f16cc8889bf8e8fc7ab0cbf9a7b95ac14da10341326e6a9961e24a5fa5df4c"
+ "sha256": "261e66197bd52c5de02101479ffae9f1fb2e86609de992644e7dc78aa38689bf"
},
"pipfile-spec": 6,
"requires": {
@@ -87,22 +87,6 @@
"index": "pypi",
"version": "==3.11.2"
},
- "gitdb": {
- "hashes": [
- "sha256:6c4cc71933456991da20917998acbe6cf4fb41eeaab7d6d67fbc05ecd4c865b0",
- "sha256:96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005"
- ],
- "markers": "python_version >= '3.4'",
- "version": "==4.0.7"
- },
- "gitpython": {
- "hashes": [
- "sha256:29fe82050709760081f588dd50ce83504feddbebdc4da6956d02351552b1c135",
- "sha256:ee24bdc93dce357630764db659edaf6b8d664d4ff5447ccfeedd2dc5c253f41e"
- ],
- "index": "pypi",
- "version": "==3.1.17"
- },
"gunicorn": {
"hashes": [
"sha256:1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626",
@@ -257,17 +241,9 @@
"sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
"sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==1.16.0"
},
- "smmap": {
- "hashes": [
- "sha256:7e65386bd122d45405ddf795637b7f7d2b532e7e401d46bbe3fb49b9986d5182",
- "sha256:a9a7479e4c572e2e775c404dcd3080c8dc49f39918c2cf74913d30c4c478e3c2"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==4.0.0"
- },
"sqlparse": {
"hashes": [
"sha256:017cde379adbd6a1f15a61873f43e8274179378e95ef3fede90b5aa64d304ed0",
@@ -515,7 +491,7 @@
"sha256:29fe82050709760081f588dd50ce83504feddbebdc4da6956d02351552b1c135",
"sha256:ee24bdc93dce357630764db659edaf6b8d664d4ff5447ccfeedd2dc5c253f41e"
],
- "index": "pypi",
+ "markers": "python_version >= '3.5'",
"version": "==3.1.17"
},
"identify": {
@@ -653,7 +629,7 @@
"sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
"sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==1.16.0"
},
"smmap": {
@@ -684,7 +660,7 @@
"sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b",
"sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
],
- "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'",
+ "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==0.10.2"
},
"urllib3": {