graphql-python / graphene

GraphQL framework for Python
http://graphene-python.org/
MIT License
8.1k stars 828 forks source link

migrate to poetry #1565

Open dulmandakh opened 5 months ago

dulmandakh commented 5 months ago

This PR migrates legacy packaging to Poetry, making dependency management easy.

Depends on:

erikwrede commented 5 months ago

I'd personally prefer switching to poetry or pdm right away when we make the switch to pyproject.toml What do you think? @dulmandakh

dulmandakh commented 5 months ago

I use poetry for my projects. I can help with migration too.

I'll change the PR to use poetry then 😉

dulmandakh commented 4 months ago

@erikwrede please review 😉