Skip to content

Commit 7495ae7

Browse files
update lock
1 parent ea50691 commit 7495ae7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We welcome and appreciate any contributions to enhance and expand the custom dat
4848
## Development
4949

5050
```
51-
poetry install
51+
poetry install --all-extras
5252
poetry shell
5353
```
5454

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010
]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.9"
13+
python = ">=3.9,<=3.12"
1414
requests = "^2.31.0"
1515
faker = {version = "^23.1.0", optional = true}
1616
mkdocstrings = {extras = ["python"], version = "^0.24.0"}

0 commit comments

Comments
 (0)