fcurella / django-fakery

🏭 An easy-to-use implementation of Creation Methods for Django, backed by Faker.
http://django-fakery.readthedocs.org/en/stable/
MIT License
115 stars 6 forks source link

Faker version dependency #69

Open arnaudlimbourg opened 2 years ago

arnaudlimbourg commented 2 years ago

Hello,

Is there a specific reason for the pinning of Faker to version <11. As far as I can see from Faker changelog it should be safe to set it to <12

That would make upgrading possible for those of using pipenv :)

fcurella commented 2 years ago

I just haven't got around to upgrade it yet :)