Skip to content

Commit

Permalink
Relaxed Faker package versioning requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
robinchow authored Jan 7, 2021
1 parent 9420b08 commit ff7384e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
install_requires=[
'pylint-plugin-utils>=0.5',
'pylint>=2.0',
'Faker==5.0.1',
'Faker<=5.0.1',
],
extras_require={
'with_django': ['Django'],
Expand Down

0 comments on commit ff7384e

Please sign in to comment.