From: Adam Dullage Date: Thu, 9 Feb 2023 17:17:57 +0000 (+0000) Subject: Pin Python dependencies. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9d7a4d6b4ebb3a30d6886b8ab90b1120fc6f2fe3;p=flatnotes.git Pin Python dependencies. --- diff --git a/Pipfile b/Pipfile index 449fad7..ecbfe7d 100644 --- a/Pipfile +++ b/Pipfile @@ -10,13 +10,13 @@ rope = "*" isort = "*" [packages] -whoosh = "*" -fastapi = "*" -uvicorn = {extras = ["standard"], version = "*"} -aiofiles = "*" -python-jose = {extras = ["cryptography"], version = "*"} -pyotp = "*" -qrcode = "*" +whoosh = "2.7.4" +fastapi = "0.90.0" +uvicorn = {extras = ["standard"], version = "0.20.0"} +aiofiles = "23.1.0" +python-jose = {extras = ["cryptography"], version = "3.3.0"} +pyotp = "2.8.0" +qrcode = "7.4.2" [requires] python_version = "3.11" diff --git a/Pipfile.lock b/Pipfile.lock index 0443495..acdec8e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "cda87d8aec7ed5040fd29935d755f15c4f49ece96b6be55f7d0b8c4f47ea074e" + "sha256": "2855d3d69855692cc4f0973ddcdb2b0efda8fcc7a236775e02f7e2617d9aaf44" }, "pipfile-spec": 6, "requires": { @@ -114,6 +114,7 @@ "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" ], + "markers": "platform_system == 'Windows'", "version": "==0.4.6" }, "cryptography": { @@ -370,7 +371,7 @@ "sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7", "sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" ], - "markers": "python_version >= '3.6' and python_version < '4.0'", + "markers": "python_version >= '3.6' and python_version < '4'", "version": "==4.9" }, "six": { @@ -568,6 +569,7 @@ "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" ], + "markers": "platform_system == 'Windows'", "version": "==0.4.6" }, "flake8": { @@ -607,7 +609,7 @@ "sha256:714ac14496c3e68c99c29b00845f7a2b85f3bb6f1078fd9f72fd20f0570002b2", "sha256:b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97" ], - "markers": "python_full_version >= '3.7.0'", + "markers": "python_version >= '3.7'", "version": "==23.0" }, "pathspec": { @@ -615,7 +617,7 @@ "sha256:3a66eb970cbac598f9e5ccb5b2cf58930cd8e3ed86d393d541eaf2d8b1705229", "sha256:64d338d4e0914e91c1792321e6907b5a593f1ab1851de7fc269557a21b30ebbc" ], - "markers": "python_full_version >= '3.7.0'", + "markers": "python_version >= '3.7'", "version": "==0.11.0" }, "platformdirs": { @@ -623,7 +625,7 @@ "sha256:8a1228abb1ef82d788f74139988b137e78692984ec7b08eaa6c65f1723af28f9", "sha256:b1d5eb14f221506f50d6604a561f4c5786d9e80355219694a1b244bcd96f4567" ], - "markers": "python_full_version >= '3.7.0'", + "markers": "python_version >= '3.7'", "version": "==3.0.0" }, "pycodestyle": { @@ -650,7 +652,7 @@ "sha256:239ba9d3e537b91d0243275a497700ea39a5e259ddb80421c366e3b288bf30fe", "sha256:a50f9dfe23b03a9d40414c1fdf902fefbeae12f2ac75a3c8f915944d6ffac279" ], - "markers": "python_full_version >= '3.7.0'", + "markers": "python_version >= '3.7'", "version": "==1.2.5" }, "rope": {