Add mdformat dependencies

This commit is contained in:
Ethan Paul 2021-04-16 01:18:00 -04:00
parent 4092a0da4b
commit 17fc1bdef6
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
2 changed files with 496 additions and 379 deletions

873
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -57,6 +57,8 @@ reorder-python-imports = "^2.3.5"
safety = "^1.9.0" safety = "^1.9.0"
toml = "^0.10.1" toml = "^0.10.1"
tox = "^3.20.0" tox = "^3.20.0"
mdformat = "^0.6.4"
mdformat-gfm = "^0.2"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]