Skip to content

Commit

Permalink
Remove graphql_jwt package
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Korycinski committed Jun 4, 2020
1 parent 6216fc0 commit 146bb46
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 34 deletions.
20 changes: 1 addition & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dj-email-url = "^1"
django = "^3.0.6"
django-countries = "^6.1"
django-filter = "^2.2"
django-graphql-jwt = "0.3.0" # https://github.com/mirumee/saleor/issues/4652
django-measurement = "^3.0"
django-mptt = "^0"
django-phonenumber-field = "^4.0"
Expand Down Expand Up @@ -61,6 +60,7 @@ weasyprint = ">=48"
oauthlib = "^3.0"
jaeger-client = "^4.3.0"
django-cache-url = "^3.1.2"
pyjwt = "^1.7.1"

[tool.poetry.dev-dependencies]
black = "19.10b0"
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ asgiref==3.2.7
babel==2.8.0
beautifulsoup4==4.7.1
billiard==3.6.3.0
boto3==1.13.11
botocore==1.16.11
boto3==1.13.16
botocore==1.16.16
braintree==4.1.0
cachetools==4.1.0
cairocffi==1.1.0
Expand All @@ -23,7 +23,6 @@ django-appconf==1.0.4
django-cache-url==3.1.2
django-countries==6.1.2
django-filter==2.2.0
django-graphql-jwt==0.3.0
django-js-asset==1.2.2
django-measurement==3.2.3
django-mptt==0.11.0
Expand All @@ -49,7 +48,7 @@ google-measurement-protocol==1.0.0
google-resumable-media==0.5.0
googleapis-common-protos==1.51.0
graphene==2.1.8
graphene-django==2.10.0
graphene-django==2.10.1
graphene-federation==0.1.0
graphql-core==2.3.1
graphql-relay==2.0.1
Expand All @@ -68,7 +67,7 @@ measurement==3.2.0
mpmath==1.1.0
oauthlib==3.1.0
opentracing==2.3.0
phonenumberslite==8.12.3
phonenumberslite==8.12.4
pillow==7.1.2
prices==1.0.0
promise==2.3
Expand Down
17 changes: 8 additions & 9 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ beautifulsoup4==4.7.1
beautifultable==0.7.0
billiard==3.6.3.0
black==19.10b0
boto3==1.13.11
botocore==1.16.11
boto3==1.13.16
botocore==1.16.16
braintree==4.1.0
cachetools==4.1.0
cairocffi==1.1.0
Expand All @@ -23,7 +23,7 @@ cffi==1.14.0
cfgv==3.1.0
chardet==3.0.4
click==7.1.2
codecov==2.0.22
codecov==2.1.3
colorama==0.4.3
coverage==5.1
cssselect2==0.3.0
Expand All @@ -40,7 +40,6 @@ django-debug-toolbar-request-history==0.1.1
django-extensions==2.2.9
django-filter==2.2.0
django-graphiql-debug-toolbar==0.1.4
django-graphql-jwt==0.3.0
django-js-asset==1.2.2
django-measurement==3.2.3
django-mptt==0.11.0
Expand All @@ -59,7 +58,7 @@ enmerkar==0.7.1
execnet==1.7.1
faker==4.1.0
filelock==3.0.12
flake8==3.8.1
flake8==3.8.2
freezegun==0.3.15
google-api-core==1.17.0
google-auth==1.14.3
Expand All @@ -70,7 +69,7 @@ google-measurement-protocol==1.0.0
google-resumable-media==0.5.0
googleapis-common-protos==1.51.0
graphene==2.1.8
graphene-django==2.10.0
graphene-django==2.10.1
graphene-federation==0.1.0
graphql-core==2.3.1
graphql-relay==2.0.1
Expand Down Expand Up @@ -102,7 +101,7 @@ oauthlib==3.1.0
opentracing==2.3.0
packaging==20.3
pathspec==0.8.0
phonenumberslite==8.12.3
phonenumberslite==8.12.4
pillow==7.1.2
pluggy==0.13.1
pre-commit==2.4.0
Expand All @@ -126,7 +125,7 @@ pylint-plugin-utils==0.6
pyparsing==2.4.7
pyphen==0.9.5
pytest==5.4.2
pytest-cov==2.8.1
pytest-cov==2.9.0
pytest-django==3.9.0
pytest-django-queries==1.1.0
pytest-forked==1.1.3
Expand Down Expand Up @@ -160,7 +159,7 @@ thrift==0.13.0
tinycss2==1.0.2
toml==0.10.0
tornado==6.0.4
tox==3.15.0
tox==3.15.1
tqdm==4.46.0
transifex-client==0.13.9
typed-ast==1.4.1
Expand Down

0 comments on commit 146bb46

Please sign in to comment.