powervm / pypowervm

Python library for interacting with the PowerVM API
Apache License 2.0
26 stars 14 forks source link

Remove "futures" requirement #18

Open ralonsoh opened 2 years ago

ralonsoh commented 2 years ago

This project is now Python3 only. "futures" library "is a backport of the concurrent.futures standard library module to Python 2" (from [1]). This library is not used any more.

[1]https://pypi.org/project/futures/

ralonsoh commented 2 years ago

It seems that there is an active pull request for this issue: https://github.com/powervm/pypowervm/pull/17