Skip to content

Commit cc3fcd0

Browse files
committed
Pin dependencies that have stable APIs
1 parent 1a13bae commit cc3fcd0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ def read(fname):
4444
license="Apache-2.0",
4545
test_suite="test",
4646
install_requires=[
47-
"PySerial>=3.0",
48-
"requests",
49-
"intelhex",
47+
"PySerial>=3.0,<4.0",
48+
"requests>=2.0,<3.0",
49+
"intelhex>=2.0,<3.0",
5050
"future",
5151
"PrettyTable>=0.7.2",
5252
"fasteners",
53-
"appdirs>=1.4",
54-
"junit-xml",
53+
"appdirs>=1.4,<2.0",
54+
"junit-xml>=1.0,<2.0",
5555
"lockfile",
56-
"six",
56+
"six>=1.0,<2.0",
5757
"colorama>=0.3,<0.5",
5858
],
5959
tests_require=["mock>=2", "pytest>=3"],

0 commit comments

Comments
 (0)