We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b957870 + d5df3ca commit 6c01b3cCopy full SHA for 6c01b3c
setup.py
@@ -28,7 +28,7 @@
28
extras_require = {
29
"seeedstudio": ["pyserial>=3.0"],
30
"serial": ["pyserial~=3.0"],
31
- "neovi": ["python-ics>=2.12"],
+ "neovi": ["filelock", "python-ics>=2.12"],
32
"cantact": ["cantact>=0.0.7"],
33
"gs_usb": ["gs_usb>=0.2.1"],
34
}
@@ -83,7 +83,6 @@
83
"setuptools",
84
"wrapt~=1.10",
85
'windows-curses;platform_system=="Windows"',
86
- "filelock",
87
"mypy_extensions>=0.4.0,<0.5.0",
88
'pywin32;platform_system=="Windows"',
89
],
0 commit comments