mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-22 11:39:34 +00:00
doc: Add missing dependencies.
This commit is contained in:
parent
8c07ee5108
commit
ddf3734f9d
3 changed files with 3 additions and 4 deletions
2
LICENSE
2
LICENSE
|
@ -1,5 +1,5 @@
|
||||||
The MIT License (MIT)
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -140,7 +140,7 @@ Continue from the [Run Using Docker](#run-using-docker) section.
|
||||||
|
|
||||||
### Ubuntu Setup:
|
### 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:
|
### OSX Setup:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Copyright (c) 2019-2023 tecnovert
|
# Copyright (c) 2019-2024 tecnovert
|
||||||
# Distributed under the MIT software license, see the accompanying
|
# Distributed under the MIT software license, see the accompanying
|
||||||
# file LICENSE or http://www.opensource.org/licenses/mit-license.php.
|
# 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)
|
rv = self.swap_clients[0].lookupRates(Coins.LTC, Coins.BTC)
|
||||||
assert ('coingecko' in rv)
|
assert ('coingecko' in rv)
|
||||||
|
|
||||||
|
|
||||||
rv = read_json_api(1800, 'rateslist?from=PART&to=BTC')
|
rv = read_json_api(1800, 'rateslist?from=PART&to=BTC')
|
||||||
assert len(rv) == 2
|
assert len(rv) == 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue