From db70f7e98a65c670be6b1df2af3804ac82176a03 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 22 Aug 2018 13:12:34 -0400 Subject: [PATCH] requirements -bump txupnp requirement -set Faker requirement --- CHANGELOG.md | 2 +- requirements_testing.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9493fcd3..52ccae82d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/) with regard to the json-rpc api. As we're currently pre-1.0 release, we -can and probably will change functionality and break backwards compatability +can and probably will change functionality and break backwards compatibility at anytime. ## [Unreleased] diff --git a/requirements_testing.txt b/requirements_testing.txt index 59f64aa4a..79fe201ac 100644 --- a/requirements_testing.txt +++ b/requirements_testing.txt @@ -1,2 +1,2 @@ mock>=2.0,<3.0 -Faker>=0.8,<1.0 +Faker==0.8 diff --git a/setup.py b/setup.py index a33167f24..b5185dbf6 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ requires = [ 'lbryschema==0.0.16', 'lbryum==3.2.4', 'miniupnpc', - 'txupnp==0.0.1a10', + 'txupnp==0.0.1a11', 'pyyaml', 'requests', 'txJSON-RPC',