Skip to content

Commit d1ac3a5

Browse files
committed
chore: add flask as extra on install requires
1 parent dfd863d commit d1ac3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
install_requires = [
4-
"graphql-server>=3.0.0b1",
4+
"graphql-server[flask]>=3.0.0b1",
55
]
66

77
tests_requires = [

0 commit comments

Comments
 (0)