Skip to content

Commit a59f41b

Browse files
authored
Remove iso8601 dependency, updated graphql-core
1 parent e45708b commit a59f41b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@
4949
packages=find_packages(exclude=["tests"]),
5050
install_requires=[
5151
"six>=1.10.0",
52-
"graphene>=2.1,<3",
53-
"graphql-core>=2.1rc1",
52+
"graphene>=2.1.3,<3",
53+
"graphql-core>=2.1.0,<3",
5454
"Django>=1.11",
55-
"iso8601",
5655
"singledispatch>=3.4.0.3",
5756
"promise>=2.1",
5857
],

0 commit comments

Comments
 (0)