kaizendorks / pymongo_inmemory

A mongo mocking library with an ephemeral MongoDB running in memory.
MIT License
40 stars 13 forks source link

Migrate from pipenv to poetry #18

Closed ekarademir closed 4 years ago

ekarademir commented 4 years ago

Pipenv doeasn't have a reliable release cycle (there has been two years between last two releases: https://pypi.org/project/pipenv/#history) as an alternative poetry seems to have a more lively development (https://pypi.org/project/poetry/#history)

So we need to transition from pipenv to poetry as the dependency management tool of the project.