Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit eab3e6f

Browse files
committed
Limit graphene requirement to 0.10.*
1 parent e398c34 commit eab3e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_version(package_name):
4545

4646
requirements = [
4747
'six>=1.10.0',
48-
'graphene>=0.10.1',
48+
'graphene~=0.10.2',
4949
'inflect==0.2.5'
5050
]
5151

0 commit comments

Comments
 (0)