Skip to content

Commit 62f05a8

Browse files
committed
fix(ci): add missing pyotp runtime dependency
1 parent 66918f6 commit 62f05a8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ werkzeug = "^3.0.0"
1313
cryptography = "^41.0.0"
1414
ipfshttpclient = "^0.8.0"
1515
pypdf2 = "^3.0.1"
16+
pyotp = "^2.9.0"
1617

1718
[tool.poetry.dev-dependencies]
1819
pytest = "^7.4.0"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Flask-Cors==4.0.0
1414
cryptography==41.0.7
1515
PyJWT==2.8.0
1616
bcrypt==4.1.2
17+
pyotp==2.9.0
1718

1819
# Blockchain & IPFS Integration
1920
ipfshttpclient==0.8.0a2

0 commit comments

Comments
 (0)