We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4465d26 commit 898a2a4Copy full SHA for 898a2a4
pyproject.toml
@@ -29,23 +29,3 @@ showcontent = true
29
directory = "misc"
30
name = "Miscellaneous"
31
showcontent = true
32
-
33
-[tool.poetry]
34
-name = "trio-asyncio"
35
-version = "0.1.0"
36
-description = ""
37
-authors = ["Your Name <[email protected]>"]
38
39
-[tool.poetry.dependencies]
40
-python = "^3.6"
41
42
-[tool.poetry.dev-dependencies]
43
-towncrier = "^19.2.0"
44
-pytest = "^6.2.1"
45
-pytest-cov = "^2.10.1"
46
-pytest-trio = "^0.7.0"
47
-outcome = "^1.1.0"
48
49
-[build-system]
50
-requires = ["poetry-core>=1.0.0"]
51
-build-backend = "poetry.core.masonry.api"
0 commit comments