Skip to content

Commit 62cf888

Browse files
committed
unlock (sic!) the filelock package
1 parent 4c526a0 commit 62cf888

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<3.3.0',
38+
'filelock',
3939
'setuptools>=36.7.2',
4040
],
4141
setup_requires=[

0 commit comments

Comments
 (0)