diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b31e143..02f159853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 0.55.1 +* Remove 'futures' package requirement (#826) * Remove function invoke command does not need quotes around function (#900) * Add python_requires to setup.py (#1111) * Remove python 3.6 support (#1151) diff --git a/Pipfile b/Pipfile index f8e6048a3..0b6cf396f 100644 --- a/Pipfile +++ b/Pipfile @@ -23,7 +23,6 @@ packaging = "*" argcomplete = "*" boto3 = ">=1.17.28" durationpy = "*" -future = "*" hjson = "*" jmespath = "*" kappa = "==0.6.0"