chirp/requirements.txt
2024-02-15 15:09:47 -08:00

10 lines
258 B
Plaintext

six
wxPython>=4.0,<4.2.0 ; platform_system=="Linux" # See https://github.com/wxWidgets/Phoenix/issues/2225
wxPython==4.2.0 ; platform_system!="Linux"
pyserial
requests
pywin32; platform_system=="Windows"
suds
importlib-resources;python_version<"3.10"
yattag