File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33requires = [" poetry-core" ]
44build-backend = " poetry.core.masonry.api"
55
6- # change to [project] when migrating to uv
6+
77[project ]
88name = " software_patterns"
99version = " 2.0.1"
@@ -47,9 +47,9 @@ requires-python = ">=3.6, <3.13"
4747
4848[project .optional-dependencies ]
4949test = [
50- " pytest>=8.0.0,<10.0.0 ; python_full_version >= '3.9 ' and python_full_version < '3.13'" ,
51- " pytest-asyncio>=1.2.0 ,<2.0.0 ; python_full_version >= '3.9 ' and python_full_version < '3.13'" ,
52- " pytest-cov>=7 .0.0,<8.0.0 ; python_full_version >= '3.9 ' and python_full_version < '3.13'" ,
50+ " pytest>=8.0.0,<10.0.0 ; python_full_version >= '3.8 ' and python_full_version < '3.13'" ,
51+ " pytest-asyncio>=0.20.3 ,<2.0.0 ; python_full_version >= '3.8 ' and python_full_version < '3.13'" ,
52+ " pytest-cov>=5 .0.0,<8.0.0 ; python_full_version >= '3.8 ' and python_full_version < '3.13'" ,
5353]
5454docs = [
5555 " beautifulsoup4>=4.8.2,<4.9.0 ; python_full_version >= '3.7' and python_full_version < '3.13'" ,
You can’t perform that action at this time.
0 commit comments