Add SNS format
This commit is contained in:
parent
e4308923b4
commit
b9e8747808
7 changed files with 1029 additions and 195 deletions
|
|
@ -14,12 +14,13 @@ Markdown = "^3.4.1"
|
|||
pydantic = {extras = ["dotenv"], version = "^1.9.1"}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
black = "^22.6.0"
|
||||
pytest = "^7.2.0"
|
||||
black = "^22.10.0"
|
||||
isort = "^5.10.1"
|
||||
mypy = "^0.971"
|
||||
mypy = "^0.991"
|
||||
bandit = "^1.7.4"
|
||||
flake8 = "^4.0.1"
|
||||
flake8 = "^6.0.0"
|
||||
flake8-black = "^0.3.5"
|
||||
types-Markdown = "^3.4.0"
|
||||
types-termcolor = "^1.1.5"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue