1
0
Fork 0
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:
Steffen Vogel 2024-04-04 12:31:39 +02:00 committed by pipeacosta
parent f05a9be623
commit ba35cea9b8

View file

@ -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',
]