add pyotp to requirements

This commit is contained in:
Son NK 2019-12-27 15:18:15 +01:00 committed by Son Nguyen Kim
parent dea1aeed64
commit efd887917f
2 changed files with 3 additions and 1 deletions

View file

@ -31,4 +31,5 @@ dnspython
coloredlogs
pycryptodome
phpserialize
dkimpy
dkimpy
pyotp

View file

@ -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