Add python dependency webauthn

This commit is contained in:
devStorm 2020-05-05 01:31:19 -07:00
parent 042a421c2c
commit 117b120556
No known key found for this signature in database
GPG Key ID: D52E1B66F336AC57
2 changed files with 3 additions and 1 deletions

View File

@ -37,4 +37,5 @@ flask_profiler
facebook-sdk
google-api-python-client
google-auth-httplib2
python-gnupg
python-gnupg
webauthn

View File

@ -80,6 +80,7 @@ pycparser==2.19 # via cffi
pycryptodome==3.9.4 # via -r requirements.in
pygments==2.4.2 # via ipython
pyopenssl==19.0.0 # via -r requirements.in
webauthn==0.4.7 # via manually
pyotp==2.3.0 # via -r requirements.in
pyparsing==2.4.0 # via packaging
pytest==4.6.3 # via -r requirements.in