diddi- / flask-seeder

Flask extension for seeding database
32 stars 11 forks source link

Latest version not in pypi? #1

Closed richin13 closed 4 years ago

richin13 commented 4 years ago

I installed the extension, got Flask-Seeder==0.1a2 from Pypi.org but the package it ends up installed doesn't contain the latest changes (String generator for instance)

That probably means you forgot to build the latest version and uploaded 0.1a1 dist files to Pypi. Please look in it :(

Great extension, btw; Have you considered adding faker as a dep, instead of defining your own?

diddi- commented 4 years ago

Thanks for pointing this out, I've release 0.1a3 on pypi now with the latest changes including the String generator!

The faker package looks interesting, I will take a look at it, thanks :)