chirp/requirements.txt
Dan Smith 96e25b351a Add a super-basic printing implementation
This is not something I have ever wanted, but it has been requested
plenty of times. Since wx makes this easy, this adds a super bare-
bones implementation that seems to work for me, which I think is
probably worthwhile. It doesn't handle multiple pages super elegantly,
and probably needs to have a "print selection" option, but it works.

Related to one of chirp's oldest bugs: #249
2022-12-17 09:57:50 -08:00

11 lines
265 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
future
requests
pywin32; platform_system=="Windows"
suds
importlib-resources;python_version<"3.10"
yattag