We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf90ba0 commit c682cc7Copy full SHA for c682cc7
1 file changed
setup.py
@@ -3,10 +3,10 @@
3
required_packages = [
4
"graphql-core>=2.1,<3",
5
"graphql-server-core>=1.1.1,<2",
6
- "sanic>=0.5.1",
+ "sanic>=0.5.1,<19",
7
]
8
9
-tests_require = ["pytest>=2.7.3", "aiohttp>=1.3.0", "yarl>=0.9.6", "jinja2>=2.9.0"]
+tests_require = ["pytest>=2.7.3", "aiohttp>=3.5.0,<4", "yarl>=1.0,<2.0", "jinja2==2.9.0"]
10
11
setup(
12
name="Sanic-GraphQL",
0 commit comments