Skip to content

Commit

Permalink
Updated external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Dec 2, 2016
1 parent 4a31c5a commit da36830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def run_tests(self):

install_requires=[
'six>=1.10.0',
'graphql-core>=1.0',
'graphql-relay>=0.4.4',
'promise',
'graphql-core>=1.0.1',
'graphql-relay>=0.4.5',
'promise>=1.0.1',
],
tests_require=[
'pytest>=2.7.2',
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ skipsdist = true
[testenv]
deps=
pytest>=2.7.2
graphql-core>=0.5.1
graphql-relay>=0.4.3
graphql-core>=1.0.1
graphql-relay>=0.4.5
six
blinker
singledispatch
Expand Down

0 comments on commit da36830

Please sign in to comment.