Skip to content

Commit bf16048

Browse files
committed
Fixed readme.
1 parent 469203e commit bf16048

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd graphql-ws
2222

2323
# Install the package
2424
python setup.py develop
25-
pip install -r requirements.txt
25+
pip install -r requirements_dev.txt
2626

2727
# Demo time!
2828
cd examples

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ PyYAML==3.11
1111
pytest==2.9.2
1212
pytest-runner==2.11.1
1313
aiohttp==2.1.0
14+
graphene>=2.0

0 commit comments

Comments
 (0)