forked from LBRYCommunity/lbry-sdk
pin faker to 0.8.17
This commit is contained in:
parent
7e593550cf
commit
2339551d9b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -44,7 +44,7 @@ setup(
|
|||
extras_require={
|
||||
'test': (
|
||||
'mock>=2.0,<3.0',
|
||||
'faker>=0.8,<1.0'
|
||||
'faker==0.8.17'
|
||||
)
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue