ADD requirements.txt and requirements to setup.py
This commit is contained in:
parent
ef8035527c
commit
8b5798eedf
|
@ -0,0 +1 @@
|
|||
-e .
|
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',
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue