From 6f97af174e2e34d805c058942f634c60bb8de8ce Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Tue, 8 Feb 2022 16:06:00 +0100 Subject: [PATCH] updated requirements --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/requirements.txt b/requirements.txt index a59b2ca..801d21c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,8 @@ charset-normalizer==2.0.11 click==8.0.3 codecov==2.1.12 coverage==6.3.1 +dotd==0.1.0 +flake8==4.0.1 idna==3.3 importlib-metadata==4.10.1 iniconfig==1.1.1 @@ -14,11 +16,14 @@ lazy-object-proxy==1.7.1 mccabe==0.6.1 mypy==0.931 mypy-extensions==0.4.3 +numpy==1.21.5 packaging==21.3 pathspec==0.9.0 platformdirs==2.4.1 pluggy==1.0.0 py==1.11.0 +pycodestyle==2.8.0 +pyflakes==2.4.0 pylint==2.12.2 pyparsing==3.0.7 pytest==7.0.0 @@ -27,6 +32,7 @@ requests==2.27.1 toml==0.10.2 tomli==2.0.0 torch==1.10.2 +tqdm==4.62.3 typed-ast==1.5.2 typing-extensions==4.0.1 urllib3==1.26.8