Skip to content

Commit

Permalink
Merge pull request #35 from wimglenn/patch-1
Browse files Browse the repository at this point in the history
spec for six dep
  • Loading branch information
c0fec0de committed Nov 27, 2017
2 parents ec58460 + 8c707ac commit f450335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _read_metainfo(filepath):
]
config['keywords'] = 'tree, tree data, treelib, tree walk, tree structure'
config['packages'] = ['anytree', 'anytree.node', 'anytree.iterators', 'anytree.importer', 'anytree.exporter']
config['install_requires'] = ['six']
config['install_requires'] = ['six>=1.9.0']
config['extras_require'] = {
'dev': ['check-manifest'],
'test': ['coverage'],
Expand Down

0 comments on commit f450335

Please sign in to comment.