Skip to content

Commit 448d9d9

Browse files
authored
Unpin django-dramatiq version (#68)
Follow up to #58 Issues mentioned were fixed in the latest django-dramatiq version, 0.11.2. So it should work just fine now, we can unpin it.
1 parent 1fd8b8f commit 448d9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ docs = [
6565
"celery>=4.2.0",
6666
"django-reversion",
6767
"dramatiq",
68-
"django_dramatiq<=0.10.0",
68+
"django_dramatiq",
6969
"redis",
7070
]
7171
reversion = [

0 commit comments

Comments
 (0)