Skip to content

Commit dc481ec

Browse files
author
gksharma
committed
added pyotp to install_requires for MFA integration tests
1 parent 537ecb1 commit dc481ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
python_requires=">=3.8",
6060
install_requires=[
6161
'python-dateutil>=1.5',
62+
'pyotp>=2.9.0',
6263
],
6364
classifiers=[
6465
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)