Skip to content

Commit 82d54e7

Browse files
committedSep 22, 2022
Remove usage of pyup
They require to sign up to a paid plan to use the service now.
1 parent 0c0f180 commit 82d54e7

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed
 

‎.pyup.yml

-1
This file was deleted.

‎README.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ a query language for APIs created by Facebook.
88
[![Documentation Status](https://readthedocs.org/projects/graphql-core-3/badge/)](https://graphql-core-3.readthedocs.io)
99
![Test Status](https://github.com/graphql-python/graphql-core/actions/workflows/test.yml/badge.svg)
1010
![Lint Status](https://github.com/graphql-python/graphql-core/actions/workflows/lint.yml/badge.svg)
11-
[![Dependency Updates](https://pyup.io/repos/github/graphql-python/graphql-core/shield.svg)](https://pyup.io/repos/github/graphql-python/graphql-core/)
12-
[![Python 3 Status](https://pyup.io/repos/github/graphql-python/graphql-core/python-3-shield.svg)](https://pyup.io/repos/github/graphql-python/graphql-core/)
1311
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
1412

1513
The current version 3.2.1 of GraphQL-core is up-to-date with GraphQL.js version 16.3.0.

‎setup.cfg

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ python-tag = py3
44
[aliases]
55
test = pytest
66

7-
[check-manifest]
8-
ignore =
9-
.pyup.yml
10-
117
[tool:pytest]
128
# Only run benchmarks as tests.
139
# To actually run the benchmarks, use --benchmark-enable on the command line.

0 commit comments

Comments
 (0)