Skip to content

Commit

Permalink
chore: Update README.md (#71)
Browse files Browse the repository at this point in the history
* chore: Update README.md

Install `importlib-metadata` for Python 3.7
  • Loading branch information
akalex authored Feb 6, 2024
1 parent 3a17641 commit e9bf0e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* Dry-run mode for testing purpose

## Installation
To install `async-firebase`, simply execute the following command in a terminal:
```shell script
$ pip install async-firebase
```
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ python = ">=3.7,<3.13"

google-auth = "~2.6.0"
httpx = ">=0.23.0,<1.0.0"
importlib-metadata = {version = "<7.0.1", python = "3.7"}

[tool.poetry.dev-dependencies]
pre-commit = "~2.21"
Expand Down

0 comments on commit e9bf0e9

Please sign in to comment.