diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-10 14:55:51 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-10 14:55:51 +0100 |
commit | cfeb217a7079c6c7ebeb6e7db5f9b6ea723d238b (patch) | |
tree | 87744b65d9ecbb398ec2fa09ca990d75808c6549 /pyproject.toml | |
parent | Updated README. (diff) | |
download | newspipe-cfeb217a7079c6c7ebeb6e7db5f9b6ea723d238b.tar.gz newspipe-cfeb217a7079c6c7ebeb6e7db5f9b6ea723d238b.tar.bz2 newspipe-cfeb217a7079c6c7ebeb6e7db5f9b6ea723d238b.zip |
Added flake8 in dev requirements.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index aa971819..028ccae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ psycopg2-binary = "^2.8.4" [tool.poetry.dev-dependencies] sqlalchemy-schemadisplay = "^1.3" +flake8 = "^3.7.9" [build-system] requires = ["poetry>=0.12"] |