Skip to content

Commit 2b5a01a

Browse files
authored
Replace django-fsm in setup.py
1 parent 7df9ace commit 2b5a01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
install_requires = [
1919
'boto3>=1.28.57',
2020
'Django>=3.2',
21-
'django-fsm>=2.8.1'
21+
'django-fsm-2>=4.0.0'
2222
]
2323
long_description_content_type="text/markdown",
2424
long_description = """

0 commit comments

Comments
 (0)