Skip to content

Commit

Permalink
Upgrade to the newest GraphQL core library. (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Feb 4, 2019
1 parent 0d810a0 commit 8ce65a1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ snapshottest = "==0.5.0"
[packages]
arrow = "==0.10.0"
funcy = "==1.7.3"
graphql-core = "==1.1"
graphql-core = "==2.1"
pytz = "==2017.2"
six = "==1.10.0"
sqlalchemy = "==1.2.9"
Expand Down
44 changes: 19 additions & 25 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def find_long_description():
install_requires=[
'arrow>=0.7.0',
'funcy>=1.6',
'graphql-core==1.1',
'graphql-core==2.1',
'pytz>=2016.10',
'six>=1.10.0',
'sqlalchemy>=1.2.1,<1.3',
Expand Down

0 comments on commit 8ce65a1

Please sign in to comment.