Skip to content

Commit

Permalink
Require agate 0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Oct 7, 2015
1 parent 600cc58 commit d6a0756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tox>=1.3
Sphinx>=1.2.2
sphinx_rtd_theme>=0.1.6
wheel>=0.24.0
agate>=0.10.0
agate>=0.11.0
ipython>=4.0.0
notebook>=4.0.4
pylint>=1.4.4
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/usr/bin/env python

from setuptools import setup
import sys

install_requires = [
'agate>=0.10.0'
'agate>=0.11.0'
]

setup(
Expand Down Expand Up @@ -32,7 +31,6 @@
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Multimedia :: Graphics',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Scientific/Engineering :: Visualization',
'Topic :: Software Development :: Libraries :: Python Modules',
],
packages=[
Expand Down

0 comments on commit d6a0756

Please sign in to comment.