From 25090488ddcb1095f5c7c41fb6b3cb4c2b716b02 Mon Sep 17 00:00:00 2001
From: Johann Jacobsohn <j.jacobsohn@satzmedia.de>
Date: Thu, 3 Sep 2020 22:37:52 +0200
Subject: [PATCH] add dev dependencies

---
 setup.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/setup.py b/setup.py
index 4f8d864..efbf76c 100644
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,11 @@ setup(
     ],
     extras_require={
         'dev': [
+            "flake8",
+            "pylint",
+            "pycodestyle",
+            "pydocstyle",
+            "twine",
             "pytest",
             "pytest-cov",
             "pytest-datadir",
-- 
GitLab