Pin Python dependencies.
authorAdam Dullage <redacted>
Thu, 9 Feb 2023 17:17:57 +0000 (17:17 +0000)
committerAdam Dullage <redacted>
Thu, 9 Feb 2023 17:17:57 +0000 (17:17 +0000)
Pipfile
Pipfile.lock

diff --git a/Pipfile b/Pipfile
index 449fad7b4686bd4f20a30c6a19b44dd685578064..ecbfe7dd5256e53b882e8ad3806fa20df047b2d9 100644 (file)
--- 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"
index 044349540c6c2adf28ee12ab520cffa3d5c733c0..acdec8e6b422fb39036b5a96b1bb1b10ff38e7ec 100644 (file)
@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "cda87d8aec7ed5040fd29935d755f15c4f49ece96b6be55f7d0b8c4f47ea074e"
+            "sha256": "2855d3d69855692cc4f0973ddcdb2b0efda8fcc7a236775e02f7e2617d9aaf44"
         },
         "pipfile-spec": 6,
         "requires": {
                 "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44",
                 "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"
             ],
+            "markers": "platform_system == 'Windows'",
             "version": "==0.4.6"
         },
         "cryptography": {
                 "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": {
                 "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44",
                 "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"
             ],
+            "markers": "platform_system == 'Windows'",
             "version": "==0.4.6"
         },
         "flake8": {
                 "sha256:714ac14496c3e68c99c29b00845f7a2b85f3bb6f1078fd9f72fd20f0570002b2",
                 "sha256:b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97"
             ],
-            "markers": "python_full_version >= '3.7.0'",
+            "markers": "python_version >= '3.7'",
             "version": "==23.0"
         },
         "pathspec": {
                 "sha256:3a66eb970cbac598f9e5ccb5b2cf58930cd8e3ed86d393d541eaf2d8b1705229",
                 "sha256:64d338d4e0914e91c1792321e6907b5a593f1ab1851de7fc269557a21b30ebbc"
             ],
-            "markers": "python_full_version >= '3.7.0'",
+            "markers": "python_version >= '3.7'",
             "version": "==0.11.0"
         },
         "platformdirs": {
                 "sha256:8a1228abb1ef82d788f74139988b137e78692984ec7b08eaa6c65f1723af28f9",
                 "sha256:b1d5eb14f221506f50d6604a561f4c5786d9e80355219694a1b244bcd96f4567"
             ],
-            "markers": "python_full_version >= '3.7.0'",
+            "markers": "python_version >= '3.7'",
             "version": "==3.0.0"
         },
         "pycodestyle": {
                 "sha256:239ba9d3e537b91d0243275a497700ea39a5e259ddb80421c366e3b288bf30fe",
                 "sha256:a50f9dfe23b03a9d40414c1fdf902fefbeae12f2ac75a3c8f915944d6ffac279"
             ],
-            "markers": "python_full_version >= '3.7.0'",
+            "markers": "python_version >= '3.7'",
             "version": "==1.2.5"
         },
         "rope": {
git clone https://git.99rst.org/PROJECT