diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-03-08 14:24:05 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-03-08 14:24:05 -0300 |
commit | e4e5f35c3fc7ff02bc20a6ef7eaffae09f485061 (patch) | |
tree | 01f4775d17ff7c87153eb5b1beaf1d5d2d289481 /pkg/requirements.pip | |
parent | 926575bc811e8382100695a3396da7191fb43eb3 (diff) |
Add keyring and username/password saving capabilities
Also:
- Fix translations in SRPAuth
- Support non-ascii passwords
- Make the server check if the characters are allowed, just check for
easy passwords
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index f64ff102..797c4e96 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -5,3 +5,4 @@ jsonschema requests srp>=1.0.2 pyopenssl +keyring
\ No newline at end of file |