File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sag-py-cache-decorator"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " A decorator to cache method call results with similar parameters"
55authors = [" Samhammer AG" ]
66license = " MIT"
@@ -12,7 +12,7 @@ python = "^3.12"
1212[tool .poetry .group .dev .dependencies ]
1313flake8 = " *"
1414mypy = " *"
15- build = " * "
15+ build = " >=1.1.1 "
1616pytest = " *"
1717pytest-asyncio = " *"
1818pytest-cov = " *"
@@ -21,6 +21,7 @@ toml = "*"
2121coverage = " *"
2222mock = " *"
2323types-mock = " *"
24+ zipp = " >=3.19.1"
2425
2526[build-system ]
2627requires = [" setuptools>=61.0" ]
Original file line number Diff line number Diff line change 11-r requirements.txt
2+ build >= 1.1.1
23flake8
34mypy
4- build
55
66pytest
77pytest-asyncio
88pytest-cov
99
1010# Toml and coverage temporarely fixes compatibility issues between coverage-lcov and coverage
1111# see for details: https://github.com/theupdateframework/python-tuf/issues/2254
12- toml
1312coverage
1413coverage-lcov
14+ toml
1515
1616mock
1717types-mock
Original file line number Diff line number Diff line change 1111
1212setuptools .setup (
1313 name = "sag-py-cache-decorator" ,
14- version = "0.3.0 " ,
14+ version = "0.3.1 " ,
1515 description = "A decorator to cache method call results with similar parameters" ,
1616 long_description = LONG_DESCRIPTION ,
1717 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments