Skip to content

Commit 3c03d97

Browse files
carlioatodorov
authored andcommitted
[refs #304] Moving Faker to test dependencies as it is a direct dependency of factoryboy (see also #300)
1 parent 3e4e083 commit 3c03d97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@
1919
install_requires=[
2020
'pylint-plugin-utils>=0.5',
2121
'pylint>=2.0',
22-
'Faker<=5.0.1',
2322
],
2423
extras_require={
2524
'with_django': ['Django'],
26-
'for_tests': ['django_tables2', 'factory-boy', 'coverage', 'pytest'],
25+
'for_tests': ['django_tables2', 'factory-boy', 'coverage', 'pytest', 'Faker<=5.0.1'],
2726
},
2827
license='GPLv2',
2928
classifiers=[

0 commit comments

Comments
 (0)