Skip to content

Commit dd7a246

Browse files
Vladimir Kotalahornace
authored andcommitted
revert to filelock < 3.3.0
to avoid pylint errors
1 parent 8d5643d commit dd7a246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def readme():
3535
'pyyaml',
3636
'requests>=2.20.0',
3737
'resource',
38-
'filelock',
38+
'filelock<3.3.0',
3939
'setuptools>=36.7.2',
4040
],
4141
setup_requires=[

0 commit comments

Comments
 (0)