rhbvkleef / dict_deserializer

A JSON-oriented converter and validator
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Move to poetry #12

Open rhbvkleef opened 3 years ago

rhbvkleef commented 3 years ago

Pipenv is kind of the wrong choice for Python libraries, as it is primarily focused on applications. This creates the difficulty that we cannot test for multiple Python versions: https://github.com/pypa/pipenv/issues/2683. The suggestion is to use poetry.