File tree Expand file tree Collapse file tree 3 files changed +14
-15
lines changed
Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sag-py-web-common"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44description = " Small helper functions for web projects"
55authors = [" Samhammer AG" ]
66license = " MIT"
@@ -12,16 +12,17 @@ asgi-logger = "^0.1.0"
1212fastapi = " ^0.110.3"
1313
1414[tool .poetry .group .dev .dependencies ]
15- flake8 = " *"
15+ build = " >=1.1.1"
16+ coverage-lcov = " *"
17+ flake8 = " >=5.0.4"
18+ mock = " *"
1619mypy = " *"
17- build = " *"
1820pytest = " *"
1921pytest-asyncio = " *"
2022pytest-cov = " *"
21- coverage-lcov = " *"
2223toml = " *"
23- mock = " *"
2424types-mock = " *"
25+ zipp = " >=3.19.1"
2526
2627[build-system ]
2728requires = [" setuptools>=61.0" ]
Original file line number Diff line number Diff line change 11-r requirements.txt
2- flake8
3- mypy
4- build
5-
2+ build >= 1.1.1
3+ coverage
4+ coverage-lcov
5+ flake8 >= 5.0.4
66mock
7- types-mock
8-
7+ mypy
98pytest
109pytest-asyncio
1110pytest-cov
12-
1311# Toml and coverage temporarely fixes compatibility issues between coverage-lcov and coverage
1412# see for details: https://github.com/theupdateframework/python-tuf/issues/2254
15- coverage-lcov
1613toml
17- coverage
14+ types-mock
15+ zipp >= 3.19.1
Original file line number Diff line number Diff line change 1111
1212setuptools .setup (
1313 name = "sag-py-web-common" ,
14- version = "1.0.0 " ,
14+ version = "1.0.1 " ,
1515 description = "Small helper functions for web projects" ,
1616 long_description = LONG_DESCRIPTION ,
1717 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments