aws-samples / amazon-textract-a2i-pdf

MIT No Attribution
16 stars 9 forks source link

Update requirements.txt to newer attrs #9

Open kachenjr opened 2 years ago

kachenjr commented 2 years ago

Ended up with this error with the 19* version ImportError: cannot import name 'resolve_types' from 'attr' (/Users/kachenjr/IdeaProjects/amazon-textract-a2i-pdf/venv/lib/python3.8/site-packages/attr/init.py)

Updating to the 21.0.2 version ( latest ) resolved the issue.

Issue #, if available:

8

Description of changes: Update the requirements.txt to latest version of attrs.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.