diff options
| -rw-r--r-- | README.rst | 5 | ||||
| -rw-r--r-- | tox.ini | 4 |
2 files changed, 5 insertions, 4 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 <https://trypyramid.com/>`_ 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 <https://trypyramid.com/>`_, browse its add-ons and documentation, and get an overview. .. code-block:: python @@ -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 |
