Skip to content

Commit 2b328bc

Browse files
author
Peter Amstutz
committed
Restore open ended lockfile dep.
1 parent c650fc4 commit 2b328bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'mistune >= 0.7.3, < 0.8',
3838
'typing >= 3.5.2, < 3.6',
3939
'CacheControl >= 0.11.7, < 0.12',
40-
'lockfile >= 0.9, < 0.13']
40+
'lockfile >= 0.9']
4141

4242
install_requires.append("avro") # TODO: remove me once cwltool is
4343
# available in Debian Stable, Ubuntu 12.04 LTS

0 commit comments

Comments
 (0)