Skip to content

Commit

Permalink
Fixed readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Oct 25, 2017
1 parent 469203e commit bf16048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd graphql-ws

# Install the package
python setup.py develop
pip install -r requirements.txt
pip install -r requirements_dev.txt

# Demo time!
cd examples
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ PyYAML==3.11
pytest==2.9.2
pytest-runner==2.11.1
aiohttp==2.1.0
graphene>=2.0

0 comments on commit bf16048

Please sign in to comment.