Skip to content

Commit

Permalink
fix: pin django fsm to < 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored May 4, 2024
1 parent 7860a6d commit adce880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
INSTALL_REQUIREMENTS = [
"Django>=3.2",
"django-cms>=4.1.1",
"django-fsm"
"django-fsm<3"
]

setup(
Expand Down

0 comments on commit adce880

Please sign in to comment.