@@ -26,6 +26,17 @@ packages = [
2626 { include = " graphql" , from = " src" },
2727 { include = " tests" , format = " sdist" },
2828 { include = " docs" , format = " sdist" },
29+ { include = ' .bumpversion.cfg' , format = " sdist" },
30+ { include = ' .coveragerc' , format = " sdist" },
31+ { include = ' .editorconfig' , format = " sdist" },
32+ { include = ' .flake8' , format = " sdist" },
33+ { include = ' .mypy.ini' , format = " sdist" },
34+ { include = ' codecov.yml' , format = " sdist" },
35+ { include = ' poetry.lock' , format = " sdist" },
36+ { include = ' tox.ini' , format = " sdist" },
37+ { include = ' setup.cfg' , format = " sdist" },
38+ { include = ' CODEOWNERS' , format = " sdist" },
39+ { include = ' MANIFEST.in' , format = " sdist" }
2940]
3041
3142[tool .poetry .dependencies ]
@@ -35,7 +46,7 @@ python = "^3.6"
3546pytest = " ^6.2"
3647pytest-asyncio = " >=0.14,<1"
3748pytest-benchmark = " ^3.2"
38- pytest-cov = " ^2.11 "
49+ pytest-cov = " ^2.10 "
3950pytest-describe = " ^1.0"
4051pytest-timeout = " ^1.4"
4152black = " 20.8b1"
@@ -44,13 +55,13 @@ mypy = "0.800"
4455codecov = " ^2"
4556sphinx = " ^3.4"
4657sphinx_rtd_theme = " >=0.5,<1"
47- check-manifest = " 0.40 "
58+ check-manifest = " >=0.46,<1 "
4859bump2version = " >=1.0,<2"
4960tox = " ^3.19"
5061
5162[tool .black ]
5263target-version = [' py36' , ' py37' , ' py38' ]
5364
5465[build-system ]
55- requires = [" poetry >=1,<2" ]
56- build-backend = " poetry.masonry.api"
66+ requires = [" poetry_core >=1,<2" ]
67+ build-backend = " poetry.core. masonry.api"
0 commit comments