Skip to content

Commit

Permalink
fix: update pyproject.toml reference for graphene-django-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 authored Apr 28, 2024
1 parent 008a3f7 commit 8106565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ marshmallow = "3.21.1"
python-decouple = "3.8"
django-filter = "23.5"
graphene-django = "3.2.1"
graphene-django-extras = { git = "https://github.com/wax911/graphene-django-extras.git", tag = "0.1.0" }
graphene-django-extras = { git = "https://github.com/anitrend/graphene-django-extras.git", tag = "0.1.0" }
django-cors-headers = "4.3.1"
graphene = "3.3"
django-enumfield = "3.1"
Expand Down

0 comments on commit 8106565

Please sign in to comment.