This commit is contained in:
MardanovTimur 2019-05-31 00:02:28 +03:00
parent 9ec572b134
commit d84793184f
2 changed files with 3 additions and 3 deletions

View File

@ -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"]

View File

@ -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,