mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-23 07:00:56 +03:00
Added python to test setup.
This commit is contained in:
parent
9d5e428cd2
commit
1e1dc4c83a
|
@ -4,6 +4,8 @@ from graphql.type import GraphQLID, GraphQLNonNull
|
|||
import graphene
|
||||
from graphene import relay, with_context
|
||||
|
||||
from promise import Promise
|
||||
|
||||
schema = graphene.Schema()
|
||||
|
||||
|
||||
|
|
1
setup.py
1
setup.py
|
@ -66,6 +66,7 @@ setup(
|
|||
'sqlalchemy',
|
||||
'sqlalchemy_utils',
|
||||
'mock',
|
||||
'promse',
|
||||
# Required for Django postgres fields testing
|
||||
'psycopg2',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user