From 80b7f03f25a6e3318cc8c7883a93db69fa9cc813 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 27 Aug 2020 12:08:32 +0100 Subject: [PATCH] Removed dev deps from requirements.txt --- requirements.txt | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index b023aead..5fa59d6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,7 @@ certifi==2019.9.11 +keyring==19.2.0 requests>=2.11.1 watchdog>=0.8.3 - -# Static analysis tools -flake8==3.8.3 -flake8-annotations-coverage==0.0.4 -flake8-cognitive-complexity==0.0.2 -flake8-comprehensions==3.2.3 -flake8-pep3101==1.3.0 -flake8-polyfill==1.0.2 -pep8-naming==0.11.1 - -# Code formatting tools -autopep8==1.5.3 +# argh==0.26.2 watchdog dep +# pyyaml==5.3.1 watchdog dep +semantic-version==2.8.5