Skip to content

Commit 2b58b9a

Browse files
committed
Make Jinja2 optional
1 parent d1d8835 commit 2b58b9a

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
@@ -3,14 +3,14 @@
33

44
install_requires = [
55
"graphql-core>=3.2,<3.3",
6-
"Jinja2>=3.1,<4",
76
"typing-extensions>=4,<5",
87
]
98

109
tests_requires = [
1110
"pytest>=7.2,<8",
1211
"pytest-asyncio>=0.20,<1",
1312
"pytest-cov>=4,<5",
13+
"Jinja2>=3.1,<4",
1414
"sanic-testing>=22.3,<23",
1515
]
1616

0 commit comments

Comments
 (0)