Resolve "Automatic token generation"

This commit is contained in:
sonny 2021-07-18 13:40:03 +00:00
parent a30d4b70ea
commit 57a85158b3
7 changed files with 338 additions and 27 deletions

View file

@ -11,6 +11,7 @@ click = "^8.0.1"
python-dotenv = "^0.15.0"
requests = "^2.25.1"
sentry_sdk = {version = "^0.19.5", optional = true}
cryptography = "^3.4.7"
[tool.poetry.extras]
sentry = ["sentry_sdk"]