diff --git a/pyproject.toml b/pyproject.toml index bfda0e9..36292e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,11 @@ license = {text = "Apache-2.0"} authors = [{name = "Jeremy Howard", email = "info@fast.ai"}] keywords = ['github', 'api'] classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"] -dependencies = ['fastcore>=1.14.5', 'fastspec>=0.1.0'] +dependencies = [ + 'fastcore>=1.14.5', + 'fastspec>=0.1.0', + "gql>=4.0.0", +] [project.urls] Repository = "https://github.com/fastai/ghapi"