diff options
author | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2020-09-13 12:33:54 +0300 |
---|---|---|
committer | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2020-09-16 13:54:05 +0300 |
commit | b2c9569e6c841d79f06f029a84dbc44de29f1875 (patch) | |
tree | 919a2ebe210085c1ac08a1229d5fd22f0470096f /requirements.txt | |
parent | bc241e850fa1d2ceeb76acd9bac8733868392baa (diff) |
Update tox.ini and requirements.txt
Update requirements.txt to match AsyncSSH with newer 2.3.0 version
Update tox.ini with proper path to run in CI and set
AGL_AVAILABLE_INTERFACES to "ethernet" by default
Bug-AGL: SPEC-3583
Signed-off-by: Edi Feschiyan <edi.feschiyan@konsulko.com>
Change-Id: If5f000b2dd17354cb97aeddd882bf7978b3ddb97
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index c08fa44..0a42ed9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asyncssh==2.2.0 +asyncssh==2.3.0 attrs==19.3.0 cffi==1.14.0 cryptography==2.8 |