mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Update deps
This commit is contained in:
4
setup.py
4
setup.py
@ -41,9 +41,9 @@ minimal_requirements = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
home_requirements = [
|
home_requirements = [
|
||||||
"aiofiles==0.8.*",
|
"aiofiles==%s" % ("22.1.*" if sys.version_info >= (3, 7) else "0.8.0"),
|
||||||
"ajsonrpc==1.*",
|
"ajsonrpc==1.*",
|
||||||
"starlette==%s" % ("0.20.*" if sys.version_info >= (3, 7) else "0.19.1"),
|
"starlette==%s" % ("0.21.*" if sys.version_info >= (3, 7) else "0.19.1"),
|
||||||
"uvicorn==%s" % ("0.18.*" if sys.version_info >= (3, 7) else "0.16.0"),
|
"uvicorn==%s" % ("0.18.*" if sys.version_info >= (3, 7) else "0.16.0"),
|
||||||
"wsproto==%s" % ("1.2.*" if sys.version_info >= (3, 7) else "1.0.0"),
|
"wsproto==%s" % ("1.2.*" if sys.version_info >= (3, 7) else "1.0.0"),
|
||||||
]
|
]
|
||||||
|
5
tox.ini
5
tox.ini
@ -12,9 +12,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
[tox]
|
|
||||||
envlist = py36,py37,py38,py39
|
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
profile = black
|
profile = black
|
||||||
known_third_party=OpenSSL, SCons, jsonrpc, twisted, zope
|
known_third_party=OpenSSL, SCons, jsonrpc, twisted, zope
|
||||||
@ -29,7 +26,7 @@ filterwarnings =
|
|||||||
passenv = *
|
passenv = *
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
deps =
|
deps =
|
||||||
py36,py37,py38,py39: black
|
black
|
||||||
isort
|
isort
|
||||||
pylint
|
pylint
|
||||||
pytest
|
pytest
|
||||||
|
Reference in New Issue
Block a user