We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d2aed commit 32e469dCopy full SHA for 32e469d
.github/workflows/publish-docker-dev.yml
@@ -51,5 +51,5 @@ jobs:
51
notebook: tests.ipynb
52
image: ghcr.io/devxt-llc/magicalauth:dev
53
port: "12437"
54
- additional-python-dependencies: pyotp requests qrcode
+ additional-python-dependencies: pyotp requests qrcode==7.4.2
55
needs: build-magicalauth
.github/workflows/publish-docker.yml
@@ -27,5 +27,5 @@ jobs:
27
28
image: ${{ needs.build-magicalauth.outputs.primary-image }}
29
30
31
requirements.txt
@@ -10,5 +10,5 @@ psycopg2-binary
10
pycryptodome
11
pyotp
12
sendgrid
13
-qrcode
+qrcode==7.4.2
14
pyjwt
0 commit comments