Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Feb 4, 2014
1 parent 653af5e commit 2df7a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def parse_markdown_readme():
description=LONG_DESCRIPTION.strip(),
long_description=parse_markdown_readme(),
install_requires=[
'djangorestframework>=2.3.10',
'djangorestframework>=2.3.12',
'pandas>=0.13.0',
],
classifiers=[
Expand All @@ -52,7 +52,7 @@ def parse_markdown_readme():
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 2.7',
'Topic :: Scientific/Engineering :: Information Analysis'
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Scientific/Engineering :: Visualization',
],
test_suite='tests.runtests.main',
Expand Down

0 comments on commit 2df7a99

Please sign in to comment.