Hardware interface for UI (#116)

* Init hardware object

* Update API

* Update hardware list

* fix api description

* fix lint

* add hardware to API

* fix lint

* fix wrong

* fix view
This commit is contained in:
Pascal Vizeli
2017-07-28 23:05:40 +02:00
committed by GitHub
parent fa687e982e
commit 1155ee07e5
8 changed files with 131 additions and 7 deletions

View File

@@ -46,6 +46,7 @@ setup(
'gitpython',
'pyotp',
'pyqrcode',
'pytz'
'pytz',
'pyudev'
]
)