gothinkster / flask-realworld-example-app

Exemplary real world JSON API built with Flask (Python)
https://realworld.io/
MIT License
897 stars 308 forks source link

Changing dependency management #16

Open alessandrojcm opened 6 years ago

alessandrojcm commented 6 years ago

Hi again,

So, a couple of days ago I discovered Poetry and liked it a lot better than Pipenv (I was hoping to change it before the other PR was merged). Couple of reasons: it does work with Python 3.7, it solves dependencies faster and the pyproject.toml it's a lot better than the Pipenv and it's also standardized. Please take a look and check which you think it's better.

PD: I also removed the Vagrantfile since it doesn't really work, I'll work on it and make another PR when I figure it out.