Allow to install black dependency pre-releases
Problem
Follow up of !118 (comment 26668)
Since Poetry v1.1.5, the dependencies are checked more strictly/properly.
Therefore black
is no longer found on PyPI, since there is only pre-releases available.
Solution
Allow to install black
pre-releases.
Edited by Moul