diff --git a/api/Pipfile b/api/Pipfile index ad64af5a77d..19738a447bf 100644 --- a/api/Pipfile +++ b/api/Pipfile @@ -44,7 +44,6 @@ ipaddress = "~=1.0" limit = "~=0.2" Pillow = "~=9.5" psycopg2 = "~=2.9" -PyJWT = "~=2.6" python-decouple = "~=3.8" python-xmp-toolkit = "~=2.0" python3-openid = "~=3.2" diff --git a/api/Pipfile.lock b/api/Pipfile.lock index 6549ec4ef7a..bc1d2cdfd50 100644 --- a/api/Pipfile.lock +++ b/api/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "081e1c6f4fbded9532591fede74bfb263a5c53dabcaa6a313d3c64abfe9f7538" + "sha256": "0c9babb2a40bfd4cd5eab1724fe518ec3530cd577e180dce8ce38bb895b76df5" }, "pipfile-spec": 6, "requires": { @@ -320,7 +320,7 @@ "sha256:f8303414c7b03f794347ad062c0516cee0e15f7a612abd0ce1e25caf6ceb47df", "sha256:fca62a8301b605b954ad2e9c3666f9d97f63872aa4efcae5492baca2056b74ab" ], - "markers": "python_version >= '3.7'", + "markers": "python_full_version >= '3.7.0'", "version": "==3.1.0" }, "cryptography": { @@ -487,7 +487,7 @@ "sha256:0e2454645dc00517dee4c6de3863411a9c5f1955d013c5fefa29123dadc92f98", "sha256:66c4ece2adfe7cc120e2b6a6798a1fd5c777aecf82eec39bb95cef7cfc7ea2b3" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_full_version < '4.0.0'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version < '4'", "version": "==7.17.9" }, "elasticsearch-dsl": { @@ -979,14 +979,6 @@ ], "version": "==0.4.4" }, - "pyjwt": { - "hashes": [ - "sha256:69285c7e31fc44f68a1feb309e948e0df53259d579295e6cfe2b1792329f05fd", - "sha256:d83c3d892a77bbb74d3e1a2cfa90afaadb60945205d1095d9221f04466f64c14" - ], - "index": "pypi", - "version": "==2.6.0" - }, "pyrsistent": { "hashes": [ "sha256:016ad1afadf318eb7911baa24b049909f7f3bb2c5b1ed7b6a8f21db21ea3faa8", @@ -1436,6 +1428,14 @@ } }, "develop": { + "appnope": { + "hashes": [ + "sha256:02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24", + "sha256:265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e" + ], + "markers": "sys_platform == 'darwin'", + "version": "==0.1.3" + }, "asttokens": { "hashes": [ "sha256:4622110b2a6f30b77e1473affaa97e711bc2f07d3f10848420ff1898edbe94f3", @@ -1681,7 +1681,7 @@ "sha256:23ac5d50538a9a38c8bde05fecb47d0b403ecd0662857a86f886f798563d5b9b", "sha256:45ea77a2f7c60418850331366c81cf6b5b9cf4c7fd34616f733c5427e6abbb1f" ], - "markers": "python_version >= '3.7'", + "markers": "python_full_version >= '3.7.0'", "version": "==3.0.38" }, "psycopg": {