diff --git a/README.md b/README.md index 719c5c9..3e06cda 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ d = benedict(existing_dict, keypath_separator='/') ### API -#### Keypath +#### Keypath methods - ##### keypaths @@ -89,7 +89,7 @@ d = benedict(existing_dict, keypath_separator='/') d.keypaths() ``` -#### Utility +#### Utility methods These methods are common utilities that will speed up your everyday work. - ##### clean diff --git a/setup.py b/setup.py index 4444b2d..f919e73 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,8 @@ setup( keywords=[ 'python', 'dictionary', 'dict', 'subclass', 'extended', 'benedict', 'io', 'keypath', 'parse', 'utility', 'data', - 'base64', 'json', 'querystring', 'toml', 'yaml', 'xml'], + 'base64', 'json', 'querystring', 'toml', 'yaml', 'xml', + ], install_requires=[ 'ftfy==4.4.3;python_version<"3.4"', 'ftfy;python_version>"2.7"',