0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

add upper bounds on dependencies that don't already have them

This commit is contained in:
Matt Westcott 2017-12-06 11:09:09 +00:00 committed by GitHub
parent 78cd642def
commit 8aa8ddcde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,10 +26,10 @@ install_requires = [
"django-taggit>=0.20,<1.0",
"django-treebeard>=3.0,<5.0",
"djangorestframework>=3.1.3,<4.0",
"Pillow>=2.6.1",
"beautifulsoup4>=4.5.1",
"Pillow>=2.6.1,<5.0",
"beautifulsoup4>=4.5.1,<5.0",
"html5lib>=0.999,<1",
"Unidecode>=0.04.14",
"Unidecode>=0.04.14,<1.0",
"Willow>=1.0,<1.1",
"requests>=2.11.1,<3.0",
]