Skip to content

Commit

Permalink
Move pytest-benchmark to dev dependencies (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
berendkleinhaneveld authored Nov 13, 2023
1 parent 95756af commit 30ae386
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 29 deletions.
2 changes: 1 addition & 1 deletion observ/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.13.0"
__version__ = "0.13.1"


from .proxy import (
Expand Down
36 changes: 10 additions & 26 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "observ"
version = "0.13.0"
version = "0.13.1"
description = "Reactive state management for Python"
authors = ["Korijn van Golen <[email protected]>", "Berend Klein Haneveld <[email protected]>"]
license = "MIT"
Expand All @@ -10,7 +10,6 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9"
patchdiff = "~0.3.4"
pytest-benchmark = "^4.0.0"

[tool.poetry.group.dev.dependencies]
black = "*"
Expand All @@ -21,6 +20,7 @@ flake8-print = "*"
pre-commit = "*"
PySide6 = { version = ">=6.6", python = "<3.13"}
pytest = "*"
pytest-benchmark = "*"
pytest-cov = "*"
pytest-qt = "*"
pytest-timeout = "*"
Expand Down

0 comments on commit 30ae386

Please sign in to comment.