************************************* * Launch install of dependencies * ************************************* Mon Mar 8 12:19:37 CET 2021 Hit:1 http://ftp.fr.debian.org/debian buster InRelease Get:2 http://ftp.fr.debian.org/debian buster-updates InRelease [51.9 kB] Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Fetched 117 kB in 2s (70.9 kB/s) Reading package lists... ***************************** Install modules using apt-get ***************************** Reading package lists... Building dependency tree... Reading state information... python3-pip is already the newest version (18.1-5). python3-setuptools is already the newest version (40.8.0-1). python3-setuptools set to manually installed. python3 is already the newest version (3.7.3-1). python3-requests is already the newest version (2.21.0-1). python3-requests set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ************************************* Install the required python libraries ************************************* Requirement already satisfied: requests>=2.20.0 in /usr/lib/python3/dist-packages (2.21.0) Collecting oauthlib Downloading https://files.pythonhosted.org/packages/05/57/ce2e7a8fa7c0afb54a0581b14a65b56e62b5759dbc98e80627142b8a3704/oauthlib-3.1.0-py2.py3-none-any.whl (147kB) Collecting requests_oauthlib Downloading https://files.pythonhosted.org/packages/a3/12/b92740d845ab62ea4edf04d2f4164d82532b5a0b03836d4d4e71c6f3d379/requests_oauthlib-1.3.0-py2.py3-none-any.whl Collecting websocket-client Downloading https://files.pythonhosted.org/packages/08/33/80e0d4f60e84a1ddd9a03f340be1065a2a363c47ce65c4bd3bae65ce9631/websocket_client-0.58.0-py2.py3-none-any.whl (61kB) Requirement already satisfied: six in /usr/lib/python3/dist-packages (from websocket-client) (1.12.0) Installing collected packages: oauthlib, requests-oauthlib, websocket-client Successfully installed oauthlib-3.1.0 requests-oauthlib-1.3.0 websocket-client-0.58.0 Mon Mar 8 12:19:49 CET 2021 *************************** * Install ended * ***************************