We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a13bae commit cc3fcd0Copy full SHA for cc3fcd0
setup.py
@@ -44,16 +44,16 @@ def read(fname):
44
license="Apache-2.0",
45
test_suite="test",
46
install_requires=[
47
- "PySerial>=3.0",
48
- "requests",
49
- "intelhex",
+ "PySerial>=3.0,<4.0",
+ "requests>=2.0,<3.0",
+ "intelhex>=2.0,<3.0",
50
"future",
51
"PrettyTable>=0.7.2",
52
"fasteners",
53
- "appdirs>=1.4",
54
- "junit-xml",
+ "appdirs>=1.4,<2.0",
+ "junit-xml>=1.0,<2.0",
55
"lockfile",
56
- "six",
+ "six>=1.0,<2.0",
57
"colorama>=0.3,<0.5",
58
],
59
tests_require=["mock>=2", "pytest>=3"],
0 commit comments