Skip to content

Commit 4c0dd22

Browse files
robinchowatodorov
authored andcommitted
Relaxed Faker package versioning requirement
As per #302
1 parent 9420b08 commit 4c0dd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
'pylint-plugin-utils>=0.5',
2121
'pylint>=2.0',
22-
'Faker==5.0.1',
22+
'Faker<=5.0.1',
2323
],
2424
extras_require={
2525
'with_django': ['Django'],

0 commit comments

Comments
 (0)