- Notifications
You must be signed in to change notification settings - Fork302
[Question] Installing django-filter with Poetry#972
Unanswered
davidvalaz asked this question inQ&A
-
I see in the readme we're told to installdjango-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 |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
This seems to have been fixed in poetry version 1.1.3 withpython-poetry/poetry#3129 so poetry supports But of course if it does not work you can also install the django-filter dependency manually as well:
|
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
Converted from issue
This discussion was converted from issue #971 on September 03, 2021 05:38.