Skip to content

Commit

Permalink
Removed graphql-server to use the core package
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Mar 23, 2017
1 parent d728f80 commit 973d10f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 219 deletions.
211 changes: 0 additions & 211 deletions graphql_server/__init__.py

This file was deleted.

7 changes: 0 additions & 7 deletions graphql_server/error.py

This file was deleted.

6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
from setuptools import setup, find_packages

required_packages = ['graphql-core>=1.0', 'flask>=0.7.0']
required_packages = [
'graphql-core>=1.0',
'flask>=0.7.0',
'graphql-server-core>=1.0.dev'
]

setup(
name='Flask-GraphQL',
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ deps =
pytest>=2.7.2
pytest-flask>=0.10.0
graphql-core>=1.0
graphql-server-core>=1.0.dev
Flask>=0.10.0
pytest-cov
commands =
Expand Down

0 comments on commit 973d10f

Please sign in to comment.