Pin graphql-core to <2.0

Otherwise graphql-core 2.0 will be installed witch seems incompatible to graphene 1.4.
This commit is contained in:
Björn Ebbinghaus 2017-11-03 12:52:02 +01:00 committed by GitHub
parent 6f76882397
commit e768911eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ skipsdist = true
[testenv] [testenv]
deps= deps=
pytest>=2.7.2 pytest>=2.7.2
graphql-core>=1.1 graphql-core>=1.1,<2.0
promise>=2.0 promise>=2.0
graphql-relay>=0.4.5 graphql-relay>=0.4.5
six six