mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
ADD requirements.txt and requirements to setup.py
This commit is contained in:
8
setup.py
8
setup.py
@@ -23,7 +23,13 @@ setup(
|
||||
'Operating System :: GNU/Linux',
|
||||
'Intended Audience :: Developers',
|
||||
'Programming Language :: Python',
|
||||
'Topic :: System :: Pheripherals',
|
||||
'Topic :: System :: Peripherals',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
],
|
||||
install_requires=[
|
||||
'pyusb',
|
||||
'Pillow>=2.0',
|
||||
'qrcode>=4.0',
|
||||
'pyserial',
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user