Skip to content

Missing packages in doc helper

We're missing some packages in the automatic doc setup proposed by this package. They are:

  • six
  • sqlalchemy
  • docopt
  • scikit-image
  • pillow
  • matplotlib (check why it is still generating a warning)

Requests for documentation for those should be handled specially in that function.

Furthermore, the special function should also handle cases in requirements.txt which are not correctly parsed such as:

  • foo>2.0.4
  • foo==3.1.2
  • foo<=1.0.0