We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469203e commit bf16048Copy full SHA for bf16048
2 files changed
README.md
@@ -22,7 +22,7 @@ cd graphql-ws
22
23
# Install the package
24
python setup.py develop
25
-pip install -r requirements.txt
+pip install -r requirements_dev.txt
26
27
# Demo time!
28
cd examples
requirements_dev.txt
@@ -11,3 +11,4 @@ PyYAML==3.11
11
pytest==2.9.2
12
pytest-runner==2.11.1
13
aiohttp==2.1.0
14
+graphene>=2.0
0 commit comments