Update deps

This commit is contained in:
Ivan Kravets
2022-09-27 19:03:28 +03:00
parent cd8024c762
commit 7533c369d4
2 changed files with 3 additions and 6 deletions

View File

@ -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"),
]

View File

@ -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