openapi-generators / openapi-python-client

Generate modern Python clients from OpenAPI
MIT License
1.19k stars 189 forks source link

Move ruff to dev dependencies #1013

Closed naddeoa closed 3 months ago

naddeoa commented 3 months ago

This shouldn't be a real dependency. It ends up conflicting with people's ruff versions when they try to install via pypi.

This might be a good time to move other dependencies into the dev closure as well. I just don't know which of the current dependencies are actually required.

dbanty commented 3 months ago

Ruff is not a dev dependency, it's needed to produce nice-looking code. See #998