Skip to content

Commit

Permalink
fix badge mk2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklambourne committed Aug 24, 2023
1 parent 33f62f8 commit c5d2753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![PyPI - License](https://img.shields.io/pypi/l/slackblocks)
![Python Versions](https://img.shields.io/pypi/pyversions/slackblocks)
![PyPI](https://img.shields.io/pypi/v/slackblocks?color=yellow&label=PyPI&logo=python&logoColor=white)
[![Downloads](https://www.pepy.tech/projects/slackblocks)](https://static.pepy.tech/badge/slackblocks)
[![Downloads](https://static.pepy.tech/badge/slackblocks)](https://pepy.tech/project/slackblocks)
[![Build Status](https://github.com/nicklambourne/slackblocks/actions/workflows/unit-tests.yml/badge.svg?branch=master)](https://github.com/nicklambourne/slackblocks/actions)

## What is it?
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ wheel = "^0.40.0"
slackclient = "^2.9.4"
black = "^23.1.0"
flake8-pyproject = "^1.2.3"
mkdocs = "^1.5.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit c5d2753

Please sign in to comment.