Skip to content

Lower and fix requirements

Hi there!

While working on lowering the required version of Python (3.7 -> 3.6 because all dependencies seems to be compatible with python 3.6 according to poetry), I saw that a dependency was incorrectly configured as development dependencies while it is actually not (model_bakery).

This MR address both issues, thanks!

Merge request reports