lemonsaurus / django-simple-bulma

Django application to add the Bulma CSS framework and its extensions
MIT License
137 stars 17 forks source link

[WIP] Remove Pipfiles and add pyproject.toml #21

Closed jerbob closed 4 years ago

jerbob commented 5 years ago

This PR removes the files required by pipenv and adds poetry's requirements instead. Using poetry will decrease our build time significantly, and make it much easier to publish projects to PyPi.

sco1 commented 4 years ago

Per https://github.com/python-discord/organisation/issues/132, at this time we're not interested in proceeding with this.