Skip to content

Commit

Permalink
lockable>=0.7.1,<0.8.0 (#25)
Browse files Browse the repository at this point in the history
* lockable>=0.7.1,<0.8.0
  • Loading branch information
juhhov authored Nov 9, 2021
1 parent a84896c commit 3e0ff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
python_requires='>=3.7, <4',
install_requires=[
'pytest',
'lockable==0.7.1'
'lockable>=0.7.1,<0.8.0'
],
extras_require={ # Optional
'dev': ['nose', 'coveralls', 'pylint', 'coverage'],
Expand Down

0 comments on commit 3e0ff18

Please sign in to comment.