From ddf3734f9d81a97e87b671c2e4a8d9e58ffc0043 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Fri, 19 Jan 2024 20:33:11 +0200 Subject: [PATCH] doc: Add missing dependencies. --- LICENSE | 2 +- doc/install.md | 2 +- tests/basicswap/test_run.py | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 50ce5c4..1824d69 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The MIT License (MIT) -Copyright (c) 2019 tecnovert +Copyright (c) 2019-2024 tecnovert Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/install.md b/doc/install.md index fe8d44c..168527d 100644 --- a/doc/install.md +++ b/doc/install.md @@ -140,7 +140,7 @@ Continue from the [Run Using Docker](#run-using-docker) section. ### Ubuntu Setup: - apt-get install -y wget python3-pip gnupg unzip protobuf-compiler automake libtool pkg-config curl jq + apt-get install -y wget git python3-venv python3-pip gnupg unzip protobuf-compiler automake libtool pkg-config curl jq ### OSX Setup: diff --git a/tests/basicswap/test_run.py b/tests/basicswap/test_run.py index cbc65ca..f44b833 100644 --- a/tests/basicswap/test_run.py +++ b/tests/basicswap/test_run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2019-2023 tecnovert +# Copyright (c) 2019-2024 tecnovert # Distributed under the MIT software license, see the accompanying # file LICENSE or http://www.opensource.org/licenses/mit-license.php. @@ -129,7 +129,6 @@ class Test(BaseTest): rv = self.swap_clients[0].lookupRates(Coins.LTC, Coins.BTC) assert ('coingecko' in rv) - rv = read_json_api(1800, 'rateslist?from=PART&to=BTC') assert len(rv) == 2