mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 09:37:14 +02:00
Update deps
This commit is contained in:
4
setup.py
4
setup.py
@ -41,9 +41,9 @@ minimal_requirements = [
|
||||
]
|
||||
|
||||
home_requirements = [
|
||||
"aiofiles==0.8.*",
|
||||
"aiofiles==%s" % ("22.1.*" if sys.version_info >= (3, 7) else "0.8.0"),
|
||||
"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"),
|
||||
"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
|
||||
# limitations under the License.
|
||||
|
||||
[tox]
|
||||
envlist = py36,py37,py38,py39
|
||||
|
||||
[isort]
|
||||
profile = black
|
||||
known_third_party=OpenSSL, SCons, jsonrpc, twisted, zope
|
||||
@ -29,7 +26,7 @@ filterwarnings =
|
||||
passenv = *
|
||||
usedevelop = True
|
||||
deps =
|
||||
py36,py37,py38,py39: black
|
||||
black
|
||||
isort
|
||||
pylint
|
||||
pytest
|
||||
|
Reference in New Issue
Block a user