Add cryptography
This commit is contained in:
parent
e29ebb4b61
commit
ec9e1c0dd0
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue