kopia lustrzana https://github.com/Yakifo/amqtt
Add passlib from password checking
rodzic
3f2a7fc8c8
commit
5369e54ffc
|
@ -1,3 +1,4 @@
|
|||
transitions==0.2.5
|
||||
blinker
|
||||
websockets
|
||||
websockets
|
||||
passlib
|
3
setup.py
3
setup.py
|
@ -18,7 +18,8 @@ setup(
|
|||
install_requires=[
|
||||
'transitions==0.2.5',
|
||||
'blinker',
|
||||
'websockets'
|
||||
'websockets',
|
||||
'passlib'
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
user:$6$1sSXVMBVKMF$uDStq59YfiuFxVF1Gi/.i/Li7Vwf5iTwg8LovLKmCvM5FsRNJM.OPWHhXwI2.4AscLZXSPQVxpIlX6laUl9570
|
|
@ -0,0 +1 @@
|
|||
__author__ = 'nico'
|
Ładowanie…
Reference in New Issue