From 72655adabc596a9eed43cc11c07177a390791068 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 17 Aug 2022 15:41:36 -0700 Subject: [PATCH] beanbag-docutils>=2.0 Refs #464 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b8434a..ead463b 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( "sphinx-autobuild", "codespell", "sphinx-copybutton", - "beanbag-docutils @ https://github.com/simonw/beanbag-docutils/archive/refs/heads/bytes-in-url.zip", + "beanbag-docutils>=2.0", ], "mypy": [ "mypy",