flask-boto3 icon indicating copy to clipboard operation
flask-boto3 copied to clipboard

Upgrade dependency versions

Open banjoh opened this issue 6 years ago • 1 comments

Is there a reason not to upgrade to these versions?

Flask >= 1.0 Boto3 >= 1.9

I ran the tests and the pass. I'd be happy to help if need be

banjoh avatar Dec 29 '18 10:12 banjoh

It also seems the dependency of pip._internals in setup.py is different now too, as importing this library is now broken on updated python/pip versions.

File "C:\Users\-InsertUser-\AppData\Local\Temp\pip-install-s3u6otvw\flask-boto3\setup.py", line 10, in <listcomp>
        reqs = [str(ir.req) for ir in install_reqs]
    AttributeError: 'ParsedRequirement' object has no attribute 'req' 

This is coming from: try: # for pip >= 10 from pip._internal.req import parse_requirements

secbug avatar Jul 28 '20 20:07 secbug