Skip to content

Commit aea560e

Browse files
committed
don't restrict version number for the iso8601 package
1 parent 9c2d571 commit aea560e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run_tests(self):
5757
'six>=1.10.0',
5858
'graphql-core>=0.4.9',
5959
'graphql-relay==0.3.3',
60-
'iso8601==0.1.11',
60+
'iso8601',
6161
],
6262
tests_require=[
6363
'django-filter>=0.10.0',

0 commit comments

Comments
 (0)