Skip to content

Commit

Permalink
Pin dependencies (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Aug 4, 2019
1 parent 285ed56 commit 77da018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
include_package_data=True,
install_requires=[
'django-parler>=1.5',
'django-parler>=1.5,<2.0',
'django-cms>=3.2',
'django-taggit>=0.12.2,<0.24',
'django-filer>=1.1',
Expand All @@ -42,7 +42,7 @@
'aldryn-apphooks-config>=0.2.6',
'djangocms-apphook-setup',
'django-sortedm2m',
'lxml',
'lxml<4.4;python_version<"3.5"',
],
extras_require={
'search': ['aldryn-search'],
Expand Down

0 comments on commit 77da018

Please sign in to comment.