python-discord / api

A FastAPI-based service that allows our services to communicatie with our database.
MIT License
10 stars 1 forks source link

Replace pipenv by poetry #12

Closed SebastiaanZ closed 3 years ago

SebastiaanZ commented 3 years ago

I've replaced pipenv by poetry, as discussed in #6. This also means that the Dockerfile had to be rewritten to support poetry as the dependency manager instead of pipenv.

In addition, since I wasn't happy with how well poetry and pre-commit worked together when it came to running "local" commands, I've temporarily removed pre-commit from our stack. We can reevaluate this later on.

This PR closes #6.