Skip to content

Commit

Permalink
🔥 Remove 'futures' package requirement (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkut committed Jul 16, 2022
1 parent a6f6d84 commit b267384
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ packaging = "*"
argcomplete = "*"
boto3 = ">=1.17.28"
durationpy = "*"
future = "*"
hjson = "*"
jmespath = "*"
kappa = "==0.6.0"
Expand Down

0 comments on commit b267384

Please sign in to comment.