File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
- pypy
9
9
install :
10
10
- pip install pytest pytest-cov coveralls flake8
11
- - pip install git+https://github.com/dittos/ graphql-py.git # Last version of graphql-py
11
+ - pip install graphql-core==0.1a0
12
12
- python setup.py develop
13
13
script :
14
14
- py.test --cov=graphql_relay
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ overview describes a simple set of examples that exist as
35
35
this repository is to walk through that documentation and the
36
36
corresponding tests in this library together.
37
37
38
- Using Relay Library for GraphQL Python (graphqllib )
38
+ Using Relay Library for GraphQL Python (graphql-core )
39
39
---------------------------------------------------
40
40
41
41
Install Relay Library for GraphQL Python
42
42
43
43
.. code :: sh
44
44
45
- pip install git+https://github.com/ graphql-python/graphql- core.git # Last version of graphqllib
45
+ pip install graphql-core --pre # Last version of graphql-core
46
46
pip install graphql-relay
47
47
48
48
When building a schema for
You can’t perform that action at this time.
0 commit comments