From 012c5bd8bad51aad0b277e2f80e20db40f549411 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 21 Oct 2018 12:16:15 +0100 Subject: [PATCH] README: Use pyup.io badge instead of requires.io requires.io has an open issue whereby it doesn't consider Python version in assessing the latest version of a package available. pyup.io also has the same issue but we've already worked around this by ignoring the offending lines. Seeing as we're already using that elsewhere, double down on it. Signed-off-by: Stephen Finucane --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 062166e9..bb3ebc2c 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Patchwork ========= -.. image:: https://requires.io/github/getpatchwork/patchwork/requirements.svg?branch=master - :target: https://requires.io/github/getpatchwork/patchwork/requirements/?branch=master +.. image:: https://pyup.io/repos/github/getpatchwork/patchwork/shield.svg + :target: https://pyup.io/repos/github/getpatchwork/patchwork/ :alt: Requirements Status .. image:: https://codecov.io/gh/getpatchwork/patchwork/branch/master/graph/badge.svg -- 2.47.3