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