Skip to content

Commit 0bd6dea

Browse files
author
mongkok
committed
Update Graphene Django package
1 parent 9183962 commit 0bd6dea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Dependencies
1919
Installation
2020
------------
2121

22-
Pending pull request
22+
Update Graphene Django package.
2323

2424
.. code:: sh
2525
26-
pip install -I git+https://github.com/mongkok/graphene-django@default-meta#egg=graphene-django
26+
pip install -U git+https://github.com/graphql-python/graphene-django.git@master
2727
2828
Install last stable version from Pypi.
2929

3030
.. code:: sh
3131
32-
pip install django-graphql-geojson==0.0.2.rc2
32+
pip install django-graphql-geojson
3333
3434
3535
GeoJSONType

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ deps =
2424
djangomaster: https://github.com/django/django/archive/master.tar.gz
2525

2626
commands =
27-
pip install git+https://github.com/mongkok/graphene-django@default-meta#egg=graphene-django
27+
pip install git+https://github.com/graphql-python/graphene-django.git@master
2828
pip install -e .
2929
make coverage

0 commit comments

Comments
 (0)