From 48042e36475abfcc45aebe202f1d739d397cc56a Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Mon, 2 Dec 2019 11:08:32 -0800 Subject: [PATCH] Remove versions and dependencies from requirements Users installing the package will pull the latest versions of pyparsing and mypy, so we should test against the latest versions in CI. Signed-off-by: Nathaniel Graff --- requirements.txt | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2aa074c..e101dea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,3 @@ -astroid==2.3.2 -isort==4.3.21 -lazy-object-proxy==1.4.3 -mccabe==0.6.1 -mypy==0.740 -mypy-extensions==0.4.3 -pylint==2.4.3 -pyparsing==2.4.2 -six==1.12.0 -typed-ast==1.4.0 -typing-extensions==3.7.4.1 -wrapt==1.11.2 +mypy +pylint +pyparsing