Timezone (#69)

* Add Timezone support

* finish PR

* fix lint
This commit is contained in:
Pascal Vizeli
2017-05-22 22:56:44 +02:00
committed by GitHub
parent 97853d1691
commit 6927c989d0
8 changed files with 53 additions and 5 deletions

View File

@@ -39,6 +39,7 @@ setup(
'voluptuous',
'gitpython',
'pyotp',
'pyqrcode'
'pyqrcode',
'pytz'
]
)