Skip to content

Commit d92c55f

Browse files
authored
fix package dep for graphene (#45)
1 parent cd7241a commit d92c55f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphene_tornado/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.0.0.b0'
1+
__version__ = '3.0.0.b1'
22

33
__all__ = [
44
'__version__'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
install_requires=[
5353
'six>=1.10.0',
54-
'graphene>3.0b1',
54+
'graphene>=3.0b1',
5555
'Jinja2>=2.10.1',
5656
'tornado>=5.1.0',
5757
'werkzeug==0.12.2'

0 commit comments

Comments
 (0)