scottwernervt / cloudstorage

Unified cloud storage API for storage services.
http://cloudstorage.readthedocs.io/en/latest/
MIT License
93 stars 27 forks source link

Replace >== in EXTRAS_REQUIRE with >= #89

Open scy opened 1 year ago

scy commented 1 year ago

More recent versions of pip (or setuptools?) will refuse to accept these, leading to the error message:

'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers