pin faker to 0.8.17

This commit is contained in:
Lex Berezhny 2018-08-15 14:59:08 -04:00
parent 7e593550cf
commit 2339551d9b

View file

@ -44,7 +44,7 @@ setup(
extras_require={
'test': (
'mock>=2.0,<3.0',
'faker>=0.8,<1.0'
'faker==0.8.17'
)
}
)