Skip to content

Commit

Permalink
fix: Version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EverWinter23 committed Aug 23, 2020
1 parent 522cea2 commit b326ec1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="graphene-gis",
version="0.0.4",
version="0.0.5",
description="GIS support for graphene-django",
long_description_content_type='text/markdown',
url="https://github.com/EverWinter23/graphene-gis",
Expand All @@ -26,10 +26,10 @@
author="Rishabh Mehta",
author_email="eternal.blizzard23@gmail.com",
install_requires=[
"graphene==2.1.8",
"graphene-django==2.5.0",
"graphql-core==2.2.1",
"psycopg2==2.8.3"
"graphene>=2.1,<3",
"graphene-django>=2.5,<3",
"graphql-core>=2.1,<3",
"psycopg2>=2.8,<3"
],

setup_requires=["pytest-runner"],
Expand Down

0 comments on commit b326ec1

Please sign in to comment.