Skip to content

Commit 973d10f

Browse files
committed
Removed graphql-server to use the core package
1 parent d728f80 commit 973d10f

File tree

4 files changed

+6
-219
lines changed

4 files changed

+6
-219
lines changed

graphql_server/__init__.py

Lines changed: 0 additions & 211 deletions
This file was deleted.

graphql_server/error.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
from setuptools import setup, find_packages
22

3-
required_packages = ['graphql-core>=1.0', 'flask>=0.7.0']
3+
required_packages = [
4+
'graphql-core>=1.0',
5+
'flask>=0.7.0',
6+
'graphql-server-core>=1.0.dev'
7+
]
48

59
setup(
610
name='Flask-GraphQL',

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ deps =
99
pytest>=2.7.2
1010
pytest-flask>=0.10.0
1111
graphql-core>=1.0
12+
graphql-server-core>=1.0.dev
1213
Flask>=0.10.0
1314
pytest-cov
1415
commands =

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy