Skip to content

Commit d56d37e

Browse files
committed
Merge remote-tracking branch 'origin/master' into edge
2 parents f5c4340 + a5b2d1e commit d56d37e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recommended.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
future
44
# NOTE: python-3.6 and earlier versions require older pyotp, whereas 3.7+
55
# should work with any modern version. We tested 2.9.0 to work.
6-
pyotp;python_version >= "3"
6+
pyotp;python_version >= "3.7"
77
pyotp<2.8;python_version > "3" and python_version < "3.7"
88
pyotp<2.4;python_version < "3"
99
pyyaml

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
future
44
# NOTE: python-3.6 and earlier versions require older pyotp, whereas 3.7+
55
# should work with any modern version. We tested 2.9.0 to work.
6-
pyotp;python_version >= "3"
6+
pyotp;python_version >= "3.7"
77
pyotp<2.8;python_version > "3" and python_version < "3.7"
88
pyotp<2.4;python_version < "3"
99
pyyaml

0 commit comments

Comments
 (0)