From f15bba0419f4d11f782631941c9204b02b0faa2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20Le=CC=81tourneau?= Date: Thu, 5 Sep 2024 13:59:42 -0400 Subject: [PATCH] Refs #253 Updated requirements for pyotp --- teraserver/python/env/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/teraserver/python/env/requirements.txt b/teraserver/python/env/requirements.txt index a6b51afd..a1950683 100644 --- a/teraserver/python/env/requirements.txt +++ b/teraserver/python/env/requirements.txt @@ -1,7 +1,7 @@ pypiwin32==223; sys_platform == 'win32' Twisted==24.3.0 treq==23.11.0 -cryptography==42.0.5 +cryptography==43.0.1 autobahn==23.6.2 SQLAlchemy==2.0.28 sqlalchemy-schemadisplay==2.0 @@ -28,7 +28,7 @@ txredisapi==1.4.10 passlib==1.7.4 bcrypt==4.1.2 WTForms==3.1.2 -pyOpenSSL==24.0.0 +pyOpenSSL==24.2.1 service-identity==24.1.0 PyJWT==2.8.0 pylzma==0.5.0 @@ -38,4 +38,6 @@ websocket-client==1.7.0 pytest==8.0.2 Jinja2==3.1.3 ua-parser==0.18.0 +pyotp==2.9.0 +pyqrcode==1.2.1