Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: black 19.10b0 has requirement attrs>=18.1.0, but you'll have attrs 17.2.0 which is incompatible. #22

Open
allan-simon opened this issue Nov 20, 2019 · 2 comments

Comments

@allan-simon
Copy link

the requirements.txt state a strict equality on 17.2.0 , is it necessary ? as it seems to make jinjalint incompatible with other popular tool (I can provide a PR if necessary)

@thibaudcolas
Copy link

This is a big blocker to jinjalint adoption for me as well. @allan-simon have you had the chance to look into what it would take to update attrs? My understanding is "not much".

Black’s dependency is defined as "attrs>=18.1.0", for reference, and attrs has a strict backwards-compat policy, so we could probably use a similarly-open range.

@thibaudcolas
Copy link

In the end I’ve fixed this in my fork and decided to use the exact same ranges as black.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants