We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5bd96b commit aecc3d5Copy full SHA for aecc3d5
Pipfile
@@ -10,14 +10,14 @@ rope = "*"
10
isort = "*"
11
12
[packages]
13
-whoosh = "2.7.4"
14
-fastapi = "0.102.0"
15
-uvicorn = {extras = ["standard"], version = "0.23.2"}
16
-aiofiles = "23.2.0"
17
-python-jose = {extras = ["cryptography"], version = "3.3.0"}
18
-pyotp = "2.8.0"
19
-qrcode = "7.4.2"
20
-python-multipart = "0.0.6"
+whoosh = "==2.7.4"
+fastapi = "==0.110.1"
+uvicorn = {extras = ["standard"], version = "==0.29.0"}
+aiofiles = "==23.2.1"
+python-jose = {extras = ["cryptography"], version = "==3.3.0"}
+pyotp = "==2.9.0"
+qrcode = "==7.4.2"
+python-multipart = "==0.0.9"
21
22
[requires]
23
python_version = "3.11"
0 commit comments