Skip to content

Commit

Permalink
Update project files and lock files to suit.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Dec 16, 2024
1 parent 82dd987 commit a6c7eca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion python/example-pytest-selfie/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "example-pytest-selfie"
version = "0.1.0"
version = "1.0.0.dev0"
description = "An example project for using the pytest plugin for selfie snapshot testing."
authors = [
{ name = "Edwin Ye", email = "[email protected]" },
Expand All @@ -14,6 +14,7 @@ requires-python = ">=3.9"
dependencies = [
"flask>=3.0.3",
]
classifiers = ["Private :: Do Not Upload"]

[tool.uv.sources]
selfie-lib = { path = "../selfie-lib", editable = true }
Expand Down
6 changes: 3 additions & 3 deletions python/example-pytest-selfie/uv.lock

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

2 changes: 1 addition & 1 deletion python/pytest-selfie/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pytest-selfie"
version = "0.1.0"
version = "1.0.0"
description = "A pytest plugin for selfie snapshot testing."
authors = [
{ name = "Edwin Ye", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion python/selfie-lib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "selfie-lib"
version = "0.1.0"
version = "1.0.0"
description = "Infrastructure for creating selfie-compatible test runner plugins."
authors = [
{ name = "Edwin Ye", email = "[email protected]" },
Expand Down

0 comments on commit a6c7eca

Please sign in to comment.