Skip to content

Commit

Permalink
Merge 4a248a5 into 885c39d
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Gnatenko committed Aug 27, 2016
2 parents 885c39d + 4a248a5 commit a16835e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
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 a16835e

Please sign in to comment.