Skip to content

Commit c5a1948

Browse files
authored
Limit upper version of requirements
1 parent a131498 commit c5a1948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
paramiko>=2.4 # LGPLv2.1+
22
tenacity>=4.4.0 # Apache-2.0
33
six>=1.10.0 # MIT
4-
threaded>=1.0 # Apache-2.0
4+
threaded>=1.0,<2.0 # Apache-2.0
55
PyYAML>=3.12 # MIT
6-
advanced-descriptors>=1.0 # Apache-2.0
6+
advanced-descriptors>=1.0,<2.0 # Apache-2.0
77
typing >= 3.6 # PSF
88
futures>=3.1; python_version == "2.7"
99
enum34>=1.1; python_version == "2.7"

0 commit comments

Comments
 (0)