Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Update beautifulsoup4 version to support Wagtail 2.9 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwdavies authored Jun 26, 2020
1 parent 6b9c165 commit 8692d54
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 @@ -3,10 +3,10 @@


install_requires = [
"beautifulsoup4>=4.5.0,<4.7",
"beautifulsoup4>=4.5.0,<4.9",
"Django>=1.11,<2.3",
"dj-database-url>=0.4.2,<1",
"python-dateutil>=2.1<3",
"python-dateutil>=2.1,<3",
"requests>=2.18,<3",
]

Expand Down

0 comments on commit 8692d54

Please sign in to comment.