Skip to content

Commit

Permalink
removed testing deps (#111)
Browse files Browse the repository at this point in the history
* removed testing deps

* vbump

* vbump
  • Loading branch information
PietroPasotti authored Dec 10, 2024
1 parent 1b42954 commit d74d924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "cosl"
version = "0.0.45"
version = "0.0.47"
authors = [
{ name = "sed-i", email = "[email protected]" },
]
Expand All @@ -16,8 +16,6 @@ dependencies = [
"ops",
"pydantic",
"tenacity",
"jsonschema",
"cryptography",
"PyYAML",
"typing-extensions",
"lightkube>=v0.15.4",
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ deps =
pytest
pytest-cov
ops[testing]
cryptography
jsonschema
PyYAML
allowlist_externals =
/usr/bin/env
Expand Down

0 comments on commit d74d924

Please sign in to comment.