Skip to content

Commit 3e0ff18

Browse files
authored
lockable>=0.7.1,<0.8.0 (#25)
* lockable>=0.7.1,<0.8.0
1 parent a84896c commit 3e0ff18

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
@@ -52,7 +52,7 @@
5252
python_requires='>=3.7, <4',
5353
install_requires=[
5454
'pytest',
55-
'lockable==0.7.1'
55+
'lockable>=0.7.1,<0.8.0'
5656
],
5757
extras_require={ # Optional
5858
'dev': ['nose', 'coveralls', 'pylint', 'coverage'],

0 commit comments

Comments
 (0)