mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
python: Require linuxfd dependency only on Linux platforms
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
f05a9be623
commit
ba35cea9b8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ classifiers = [
|
|||
'Programming Language :: Python :: 3',
|
||||
]
|
||||
dependencies = [
|
||||
'linuxfd==1.5',
|
||||
'linuxfd==1.5; platform_system=="Linux"',
|
||||
'requests==2.31.0',
|
||||
'protobuf==4.24.4',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue