Add cryptography

This commit is contained in:
Jasmine Schladen 2021-02-17 12:53:49 -08:00
parent e29ebb4b61
commit ec9e1c0dd0
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
# However, dependabot doesn't use `make up-reqs`, so we have to replicate the necessary dependencies here # However, dependabot doesn't use `make up-reqs`, so we have to replicate the necessary dependencies here
# Without including these dependencies, the docs are unable to include generated autodocs # Without including these dependencies, the docs are unable to include generated autodocs
arrow arrow
cryptography
Flask Flask
flask_replicated flask_replicated
logmatic-python logmatic-python

View File

@ -14,6 +14,8 @@ certifi==2020.12.5
# via requests # via requests
chardet==3.0.4 chardet==3.0.4
# via requests # via requests
cryptography==3.4.5
# manual debug
docutils==0.15.2 docutils==0.15.2
# via sphinx # via sphinx
idna==2.9 idna==2.9