Closed unnat closed 6 years ago
https://github.com/FactoryBoy/factory_boy/commit/dba31e3866cdefde1d7f37fc7f0553a12feeab9b deals with something similar.
The issue can be solved by changing line 19 of setup.py from "fake-factory>=0.4.2",
to "Faker>=0.4.2",
This has been fixed now. Thanks for letting me know :)
https://github.com/FactoryBoy/factory_boy/issues/334 Deals with the renaming of fake-factory to Faker. Would be great if you fix the setup.py file accordingly.
Thanks.