mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Lock "requests" dependency for Python 3.6
This commit is contained in:
1
setup.py
1
setup.py
@ -34,6 +34,7 @@ minimal_requirements = [
|
|||||||
"pyelftools>=0.27,<1",
|
"pyelftools>=0.27,<1",
|
||||||
"pyserial==3.*",
|
"pyserial==3.*",
|
||||||
"requests==2.*",
|
"requests==2.*",
|
||||||
|
"requests==%s" % ("2.*" if sys.version_info >= (3, 7) else "2.27.1"),
|
||||||
"semantic_version==2.10.*",
|
"semantic_version==2.10.*",
|
||||||
"tabulate==0.8.*",
|
"tabulate==0.8.*",
|
||||||
"zeroconf<1",
|
"zeroconf<1",
|
||||||
|
Reference in New Issue
Block a user