Skip to content

Commit 1808547

Browse files
authored
update latest py-lockable module (#14)
* update latest py-lockable module * remove unused deps
1 parent c3715ab commit 1808547

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@
5555
python_requires='>=3.7, <4',
5656
install_requires=[
5757
'pytest',
58-
'lockable==0.3.0',
59-
'func_timeout',
60-
'pydash'
58+
'lockable==0.3.1'
6159
],
6260
extras_require={ # Optional
6361
'dev': ['nose', 'coveralls', 'pylint', 'coverage'],

0 commit comments

Comments
 (0)