Make returned dict structure consistent between CLI and API

This adds --enforce-list and --single-value options to CLI (enforce_list and single_value to API).

Close #274
Close #453
This commit is contained in:
Toilal
2017-05-31 15:51:28 +02:00
parent 6b25b03a5f
commit dca90cbba9
8 changed files with 48 additions and 35 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ with io.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
with io.open(os.path.join(here, 'HISTORY.rst'), encoding='utf-8') as f:
history = f.read()
install_requires = ['rebulk>=0.8.2', 'babelfish>=0.5.5', 'python-dateutil']
install_requires = ['rebulk>=0.9.0', 'babelfish>=0.5.5', 'python-dateutil']
if sys.version_info < (2, 7):
install_requires.extend(['argparse', 'ordereddict'])
setup_requires = ['pytest-runner']