Closed
Description
Instead of pipenv, we may want to use a different packaging tool like flit or poetry, and replace setup.py and pipfile with a pyproject.toml file. The main reason is that while pipenv is a nice tool, it is actually intended to package apps, not libraries like graphql-core-next.
Would like to hear thougts and recommendations of others regarding this issue.