Skip to content

Commit

Permalink
chore: add flask as extra on install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
KingDarBoja committed Aug 7, 2020
1 parent dfd863d commit d1ac3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

install_requires = [
"graphql-server>=3.0.0b1",
"graphql-server[flask]>=3.0.0b1",
]

tests_requires = [
Expand Down

0 comments on commit d1ac3a5

Please sign in to comment.