Skip to content

Commit

Permalink
Merge pull request #22 from EverWinter23/v3-stable-release
Browse files Browse the repository at this point in the history
chore: Release v0.0.8 with graphene v3 support
  • Loading branch information
EverWinter23 committed Apr 18, 2023
2 parents a3838d8 + 04fd6e8 commit 02108b4
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 115 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
pip install pipenv
pipenv install
- run:
name: run tests
Expand Down
10 changes: 4 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ name = "pypi"
black = "==19.3b0"
coverage = "==4.5.4"
coveralls = "==1.8.2"
flake8 = "==3.7.8"
graphene = "==3.0.0"
graphene-django = "==3.0.0b7"
graphql-core = "==3.1.2"
pytest = "==5.1.2"
pytest-cov = "==2.7.1"
pytest-django = "==3.5.1"
psycopg2 = "==2.8.3"
Django = "==2.2.27"
flake8 = "==3.7.8"

graphene = "==3.2.2"
graphene-django = "==3.0.0"
graphene-gis = {path = "."}

[dev-packages]
Expand Down
Loading

0 comments on commit 02108b4

Please sign in to comment.