diff options
| -rw-r--r-- | dev_requirements.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev_requirements.txt b/dev_requirements.txt index 02bdf728..b7fe2255 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,7 @@ mypy types-PyYAML types-python-dateutil -types-requests
\ No newline at end of file +types-requests +black +isort +flake8
\ No newline at end of file |
