Skip to content

Commit a5b2d1e

Browse files
committed
avoid overlap in version deps
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6111 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent ae699b1 commit a5b2d1e

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)