zestsoftware / zest.releaser

Python software releasing made easy and repeatable
https://zestreleaser.readthedocs.io
GNU General Public License v2.0
198 stars 62 forks source link

Declared requests dependency and zope.testing test dependency. #277

Closed mauritsvanrees closed 6 years ago

mauritsvanrees commented 6 years ago

`z3c.dependencychecker`` reported a few missing dependencies. After this PR, some are still reported missing or unneeded, but they seem to be unavoidable at the moment, due to conditional imports and extras:

$ dependencychecker .

Missing requirements
====================
     chardet

Missing test requirements
=========================
     readme_renderer.rst.render

Unneeded requirements
=====================
     check-manifest
     pyroma

Unneeded test requirements
==========================
     wheel
     zope.testrunner