From 604ed286f5c44f7dc8bee1ad855efe8c57058a1c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 12 Aug 2022 07:13:59 -0700 Subject: Fix ImportError: cannot import name '_unicodefun' from 'click' --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 0f166e6aa..a64ad5387 100644 --- a/tox.ini +++ b/tox.ini @@ -28,8 +28,8 @@ commands = python setup.py check -r -s -m check-manifest deps = - flake8~=4.0.1 - black~=22.1.0 + flake8~=5.0.4 + black~=22.6.0 isort~=5.10 readme_renderer check-manifest -- cgit v1.2.3 From 339af3d0f5615e2f78e19bf7b34d07c55937a4f9 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 12 Aug 2022 07:18:57 -0700 Subject: Remove duplicate implicit target errors for `pyramid` when running `python setup.py -r -s -m` --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 027a4e236..8642e75a8 100644 --- a/README.rst +++ b/README.rst @@ -13,9 +13,10 @@ Pyramid :target: https://web.libera.chat/#pyramid :alt: IRC Libera.Chat -`Pyramid `_ is a small, fast, down-to-earth, open -source Python web framework. It makes real-world web application development +Pyramid is a small, fast, down-to-earth, open source Python web framework. +It makes real-world web application development and deployment more fun, more predictable, and more productive. +`Try Pyramid `_, browse its add-ons and documentation, and get an overview. .. code-block:: python -- cgit v1.2.3