[Checkins] [zopefoundation/zope.testbrowser] 5dbd66: Add explicit install_requires for BeautifulSoup4 a...

Marius Gedminas noreply at github.com
Wed Jun 26 14:54:35 CEST 2019


  Branch: refs/heads/fix-selectors-harder
  Home:   https://github.com/zopefoundation/zope.testbrowser
  Commit: 5dbd66ec3a9e1c233573dc8d180f5e28d2db6a38
      https://github.com/zopefoundation/zope.testbrowser/commit/5dbd66ec3a9e1c233573dc8d180f5e28d2db6a38
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-06-26 (Wed, 26 Jun 2019)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Add explicit install_requires for BeautifulSoup4 and SoupSieve

Since we import both, I think we should list them in install_requires.

I don't know if we should pin BeautifulSoup4 to >= 4.7.0, which is the
version where BeautifulSoup4 started depending on SoupSieve.  If we
don't, browser.getLink(id='foo.bar') might not work correctly?




More information about the checkins mailing list