Skip to content

Commit 6c01b3c

Browse files
authored
Merge pull request #943 from zariiii9003/move_filelock
Move "filelock" to neovi dependencies
2 parents b957870 + d5df3ca commit 6c01b3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
extras_require = {
2929
"seeedstudio": ["pyserial>=3.0"],
3030
"serial": ["pyserial~=3.0"],
31-
"neovi": ["python-ics>=2.12"],
31+
"neovi": ["filelock", "python-ics>=2.12"],
3232
"cantact": ["cantact>=0.0.7"],
3333
"gs_usb": ["gs_usb>=0.2.1"],
3434
}
@@ -83,7 +83,6 @@
8383
"setuptools",
8484
"wrapt~=1.10",
8585
'windows-curses;platform_system=="Windows"',
86-
"filelock",
8786
"mypy_extensions>=0.4.0,<0.5.0",
8887
'pywin32;platform_system=="Windows"',
8988
],

0 commit comments

Comments
 (0)