diff --git a/fake.py b/fake.py index 11c617b..e9276fa 100644 --- a/fake.py +++ b/fake.py @@ -1389,8 +1389,10 @@ def __call__(self): class FactoryMeta(type): # List of methods to be created in the Factory class enabled_methods = [ + "bmp_file", "date", "date_time", + "docx_file", "email", "first_name", "ipv4", @@ -1405,8 +1407,10 @@ class FactoryMeta(type): "pystr", "sentence", "slug", + "svg_file", "text", "txt_file", + "txt_file", "url", "username", "uuid",