mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
fix
This commit is contained in:
parent
9ec572b134
commit
d84793184f
|
@ -1,6 +1,6 @@
|
|||
from .types import DjangoObjectType
|
||||
from .fields import DjangoConnectionField
|
||||
|
||||
__version__ = "2.2.3.2"
|
||||
__version__ = "2.2.3.4"
|
||||
|
||||
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]
|
||||
|
|
4
setup.py
4
setup.py
|
@ -57,8 +57,8 @@ setup(
|
|||
"promise>=2.1",
|
||||
"lazy-import==0.2.2",
|
||||
"neomodel-next>=3.3.0",
|
||||
"django-filter @https://github.com/MardanovTimur/django-filter/archive/neomodel.zip",
|
||||
"graphene @https://github.com/MardanovTimur/graphene/archive/master.zip",
|
||||
"django-filter @ git+https://github.com/MardanovTimur/django-filter@neomodel#egg=foo-9999",
|
||||
"graphene @ git+https://github.com/MardanovTimur/graphene@master#eqq-123",
|
||||
],
|
||||
setup_requires=["pytest-runner"],
|
||||
tests_require=tests_require,
|
||||
|
|
Loading…
Reference in New Issue
Block a user