Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 4, 2020
1 parent 3cff29d commit 1eff549
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 @@ -39,7 +39,6 @@
zip_safe=False,
install_requires=[
'Django>=1.11,<3.0',
'django-post_office',
'django-filer',
'django-ipware',
'django-fsm',
Expand All @@ -53,6 +52,7 @@
'django-formtools',
'django_polymorphic',
'django-post_office',
'django-cms>=3.7',
'djangocms-cascade',
],
)

0 comments on commit 1eff549

Please sign in to comment.