pin faker to 0.8.17
This commit is contained in:
parent
d6c04d3586
commit
8739dc5d2c
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'
|
||||
'faker==0.8.17'
|
||||
)
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue