Skip to content

Commit

Permalink
Refs #253 Updated requirements for pyotp
Browse files Browse the repository at this point in the history
  • Loading branch information
doumdi committed Sep 5, 2024
1 parent bb30acf commit f15bba0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions teraserver/python/env/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit f15bba0

Please sign in to comment.