Skip to content

Commit

Permalink
[refs #304] Moving Faker to test dependencies as it is a direct depen…
Browse files Browse the repository at this point in the history
…dency of factoryboy (see also #300)
  • Loading branch information
carlio authored and atodorov committed Jan 10, 2021
1 parent 3e4e083 commit 3c03d97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
install_requires=[
'pylint-plugin-utils>=0.5',
'pylint>=2.0',
'Faker<=5.0.1',
],
extras_require={
'with_django': ['Django'],
'for_tests': ['django_tables2', 'factory-boy', 'coverage', 'pytest'],
'for_tests': ['django_tables2', 'factory-boy', 'coverage', 'pytest', 'Faker<=5.0.1'],
},
license='GPLv2',
classifiers=[
Expand Down

0 comments on commit 3c03d97

Please sign in to comment.