django-json-api/django-rest-framework-json-api

[Question] Installing django-filter with Poetry

davidvalaz opened this issue · 0 comments

I see in the readme we're told to install django-filter with the following command:

pip install djangorestframework-jsonapi['django-filter']

I am using Poetry and this command doesn't work. Can I just use the following instead?

poetry add django-filter