mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 07:13:18 +08:00
add pyotp to requirements
This commit is contained in:
parent
dea1aeed64
commit
efd887917f
2 changed files with 3 additions and 1 deletions
|
@ -31,4 +31,5 @@ dnspython
|
|||
coloredlogs
|
||||
pycryptodome
|
||||
phpserialize
|
||||
dkimpy
|
||||
dkimpy
|
||||
pyotp
|
|
@ -70,6 +70,7 @@ pycparser==2.19 # via cffi
|
|||
pycryptodome==3.9.4
|
||||
pygments==2.4.2 # via ipython
|
||||
pyopenssl==19.0.0
|
||||
pyotp==2.3.0
|
||||
pyparsing==2.4.0 # via packaging
|
||||
pytest==4.6.3
|
||||
python-dateutil==2.8.0 # via alembic, arrow, botocore, strictyaml
|
||||
|
|
Loading…
Reference in a new issue