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 baab25a commit c9016d6Copy full SHA for c9016d6
platformio/dependencies.py
@@ -28,8 +28,7 @@ def get_core_dependencies():
28
29
def get_pip_dependencies():
30
core = [
31
- 'bottle == 0.12.*; python_version < "3.7"',
32
- 'bottle == 0.13.*; python_version >= "3.7"',
+ "bottle == 0.13.*",
33
"click >=8.0.4, <9",
34
"colorama",
35
"marshmallow == 3.*",
@@ -43,9 +42,8 @@ def get_pip_dependencies():
43
42
home = [
44
# PIO Home requirements
45
"ajsonrpc == 1.2.*",
46
- "starlette >=0.19, <0.43",
47
- 'uvicorn == 0.16.0; python_version < "3.7"',
48
- 'uvicorn >=0.16, <0.35; python_version >= "3.7"',
+ "starlette >=0.19, <0.46",
+ "uvicorn >=0.16, <0.35",
49
"wsproto == 1.*",
50
]
51
0 commit comments