fixed install libraries

This commit is contained in:
MardanovTimur 2019-05-30 23:08:20 +03:00
parent c01229ffa0
commit 9ec572b134
2 changed files with 3 additions and 8 deletions

View File

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

View File

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