forked from LBRYCommunity/lbry-sdk
requirements
-bump txupnp requirement -set Faker requirement
This commit is contained in:
parent
37ddaeca12
commit
db70f7e98a
3 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
mock>=2.0,<3.0
|
||||
Faker>=0.8,<1.0
|
||||
Faker==0.8
|
||||
|
|
2
setup.py
2
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',
|
||||
|
|
Loading…
Reference in a new issue