Skip to content

Commit

Permalink
move six from install_requires to test_require
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
  • Loading branch information
ignatenkobrain committed Aug 27, 2016
1 parent aa8f467 commit 4a248a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@
'sampledatahelper': ['static/*', 'l10n/names/*',]
},
install_requires=[
'six',
'django',
'sampledata',
],
setup_requires = [
'versiontools >= 1.8',
],
test_suite = 'nose.collector',
tests_require = ['nose >= 1.3.0', 'django >= 1.7.10'],
tests_require = ['nose >= 1.3.0', 'django >= 1.7.10', 'six'],
classifiers = [
"Programming Language :: Python",
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 4a248a5

Please sign in to comment.