proknow / proknow-python

Python library for the ProKnow API.
https://proknow-python.readthedocs.io
MIT License
5 stars 4 forks source link

Limit futures requirement to Python2.7 #75

Open iita opened 2 years ago

iita commented 2 years ago

Minor change to requirement syntax to only require the futures package for Python 2.7 to avoid unnecessary errors in installing ProKnow SDK for Python3.

kyleburnett commented 1 year ago

@iita We've released v0.20.0, which removes support for Python 2 and both six and futures as required packages.