Added CUPS plugin - closes

This commit is contained in:
Fabio Manganiello 2020-01-05 19:25:20 +01:00
parent a9fdbe7812
commit bcd05ecf4a
9 changed files with 366 additions and 0 deletions

View file

@ -269,5 +269,7 @@ setup(
'telegram': ['python-telegram-bot'],
# Support for Arduino integration
'arduino': ['pyserial', 'pyfirmata2'],
# Support for CUPS printers management
'cups': ['pycups'],
},
)