pin faker to 0.8.17

This commit is contained in:
Lex Berezhny 2018-08-15 14:59:08 -04:00 committed by Jack Robison
parent d6c04d3586
commit 8739dc5d2c
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

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