Skip to content

Commit 1c37084

Browse files
Diego ArdilaDiego Ardila
authored andcommitted
missing developer dependencies
1 parent b938a13 commit 1c37084

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ grequests = "^0.6.0"
3737
requests = "^2.25.1"
3838
tqdm = "^4.60.0"
3939
boto3 = "^1.17.53"
40+
mypy = "^0.812"
4041

4142
[tool.poetry.dev-dependencies]
4243
poetry = "^1.1.5"
4344
pytest = "^6.2.3"
4445
pylint = "^2.7.4"
46+
black = "^20.8b1"
47+
flake8 = "^3.9.1"
4548

4649
[build-system]
4750
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)