Skip to content

Commit c682cc7

Browse files
committed
Get mostly working dependency versions
1 parent cf90ba0 commit c682cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
required_packages = [
44
"graphql-core>=2.1,<3",
55
"graphql-server-core>=1.1.1,<2",
6-
"sanic>=0.5.1",
6+
"sanic>=0.5.1,<19",
77
]
88

9-
tests_require = ["pytest>=2.7.3", "aiohttp>=1.3.0", "yarl>=0.9.6", "jinja2>=2.9.0"]
9+
tests_require = ["pytest>=2.7.3", "aiohttp>=3.5.0,<4", "yarl>=1.0,<2.0", "jinja2==2.9.0"]
1010

1111
setup(
1212
name="Sanic-GraphQL",

0 commit comments

Comments
 (0)