don't restrict version number for the iso8601 package

This commit is contained in:
Jon Dugan 2016-04-29 15:31:57 -05:00
parent 9c2d571aae
commit aea560e363

View File

@ -57,7 +57,7 @@ setup(
'six>=1.10.0', 'six>=1.10.0',
'graphql-core>=0.4.9', 'graphql-core>=0.4.9',
'graphql-relay==0.3.3', 'graphql-relay==0.3.3',
'iso8601==0.1.11', 'iso8601',
], ],
tests_require=[ tests_require=[
'django-filter>=0.10.0', 'django-filter>=0.10.0',