mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-02 19:33:12 +03:00
Pin requirements for Graphene 1.4.2
Pin requirements for Graphene 1.4.2
This commit is contained in:
parent
078230ad49
commit
48507b9a0f
9
setup.py
9
setup.py
|
@ -37,6 +37,7 @@ class PyTest(TestCommand):
|
|||
errno = pytest.main(self.pytest_args)
|
||||
sys.exit(errno)
|
||||
|
||||
|
||||
tests_require = [
|
||||
'pytest>=2.7.2',
|
||||
'pytest-benchmark',
|
||||
|
@ -81,10 +82,10 @@ setup(
|
|||
packages=find_packages(exclude=['tests']),
|
||||
|
||||
install_requires=[
|
||||
'six>=1.10.0',
|
||||
'graphql-core>=1.1',
|
||||
'graphql-relay>=0.4.5',
|
||||
'promise>=2.0',
|
||||
'six>=1.10.0,<2',
|
||||
'graphql-core>=1.1,<2',
|
||||
'graphql-relay>=0.4.5,<1',
|
||||
'promise>=2.0,<2.1',
|
||||
],
|
||||
tests_require=tests_require,
|
||||
extras_require={
|
||||
|
|
Loading…
Reference in New Issue
Block a user