Skip to content

Commit

Permalink
fix package dep for graphene (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhauser authored Apr 12, 2020
1 parent cd7241a commit d92c55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphene_tornado/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.0.0.b0'
__version__ = '3.0.0.b1'

__all__ = [
'__version__'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

install_requires=[
'six>=1.10.0',
'graphene>3.0b1',
'graphene>=3.0b1',
'Jinja2>=2.10.1',
'tornado>=5.1.0',
'werkzeug==0.12.2'
Expand Down

0 comments on commit d92c55f

Please sign in to comment.