@@ -40,23 +40,22 @@ testing = [
4040 " testcontainers>=3.7.1,<4.0.0" ,
4141]
4242
43- [tool .poetry ]
44- packages = [{include = " wiremock" }]
45-
46- [tool .poetry .group .dev .dependencies ]
47- black = " ^23.3.0"
48- coverage = " ^7.2.3"
49- pytest-coverage = " ^0.0"
50- python-coveralls = " ^2.9.3"
51- responses = " ^0.23.1"
52- tox = " ^4.4.12"
53- watchdog = " ^3.0.0"
54- wheel = " ^0.40.0"
55- pytest = " ^7.3.1"
56-
57- [tool .poetry .group .docs .dependencies ]
58- mkdocs = " ^1.3.0"
59- markdown_include = " ^0.8.1"
43+ [dependency-groups ]
44+ dev = [
45+ " black>=23.3.0,<24.0.0" ,
46+ " coverage>=7.2.3,<8.0.0" ,
47+ " pytest-coverage>=0.0,<1.0.0" ,
48+ " python-coveralls>=2.9.3,<3.0.0" ,
49+ " responses>=0.23.1,<1.0.0" ,
50+ " tox>=4.4.12,<5.0.0" ,
51+ " watchdog>=3.0.0,<4.0.0" ,
52+ " wheel>=0.40.0,<0.41.0" ,
53+ " pytest>=7.3.1,<8.0.0" ,
54+ ]
55+ docs = [
56+ " mkdocs>=1.3.0,<2.0.0" ,
57+ " markdown-include>=0.8.1,<0.9.0" ,
58+ ]
6059
6160[tool .pytest .ini_options ]
6261markers = [
@@ -66,6 +65,9 @@ markers = [
6665 " resource" ,
6766 " serialization" ,
6867]
68+ pythonpath = [
69+ " ."
70+ ]
6971
7072[tool .black ]
7173exclude = '''
0 commit comments