requirements

-bump txupnp requirement
-set Faker requirement
This commit is contained in:
Jack Robison 2018-08-22 13:12:34 -04:00
parent 37ddaeca12
commit db70f7e98a
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
3 changed files with 3 additions and 3 deletions

View file

@ -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]

View file

@ -1,2 +1,2 @@
mock>=2.0,<3.0
Faker>=0.8,<1.0
Faker==0.8

View file

@ -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',