aboutsummaryrefslogtreecommitdiffstats
path: root/checker/dev-requirements.txt
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-07-02 00:08:54 +0200
committerLouis Burda <quent.burda@gmail.com>2021-07-02 00:31:46 +0200
commitecf4de6db67ce19d90a0b55ad8c1544087398a4c (patch)
tree8988e5cc79a54f6c692130aaa669e73b66e42c4d /checker/dev-requirements.txt
parent7501a1d6c20581312eb37de883ab52e83e27c8fa (diff)
downloadenowars5-service-stldoctor-ecf4de6db67ce19d90a0b55ad8c1544087398a4c.tar.gz
enowars5-service-stldoctor-ecf4de6db67ce19d90a0b55ad8c1544087398a4c.zip
refactored code to be style compliant and mostly statically typed with mypy
Diffstat (limited to 'checker/dev-requirements.txt')
-rw-r--r--checker/dev-requirements.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/checker/dev-requirements.txt b/checker/dev-requirements.txt
new file mode 100644
index 0000000..0775cf5
--- /dev/null
+++ b/checker/dev-requirements.txt
@@ -0,0 +1,7 @@
+mypy==0.910
+black==21.6b0
+isort==5.9.1
+flake8==3.9.2
+coverage==5.5
+pytest==6.2.4
+pytest-asyncio==0.15.1