Update autobahn from 20.12.3 to 21.3.1 only on python 3.7+

This commit is contained in:
Povilas Kanapickas
2021-05-13 21:06:17 +03:00
parent 557881d3d1
commit b9b1192007

View File

@@ -3,7 +3,8 @@ appdirs==1.4.4
asn1crypto==1.4.0
astroid==2.4.2;
attrs==20.3.0
autobahn==20.12.3
autobahn==20.12.3; python_version < "3.7" # pyup: ignore
autobahn==21.3.1; python_version >= "3.7"
Automat==20.2.0
Babel==2.9.1
backports.functools-lru-cache==1.6.4