mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 00:15:17 -06:00
update to Graphene 3.0.0
This commit is contained in:
parent
5a018afbc4
commit
b7cdba06ff
@ -1,6 +1,6 @@
|
||||
from graphene import Scalar
|
||||
from graphql.language import ast
|
||||
from graphql.type.scalars import MAX_INT, MIN_INT
|
||||
from graphene.types.scalars import MAX_INT, MIN_INT
|
||||
|
||||
|
||||
class BigInt(Scalar):
|
||||
|
@ -15,7 +15,7 @@ django-taggit==3.0.0
|
||||
django-timezone-field==5.0
|
||||
djangorestframework==3.13.1
|
||||
drf-yasg[validation]==1.21.3
|
||||
graphene-django==2.15.0
|
||||
graphene-django==3.0.0
|
||||
gunicorn==20.1.0
|
||||
Jinja2==3.1.2
|
||||
Markdown==3.4.1
|
||||
|
Loading…
Reference in New Issue
Block a user