We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba26168 commit 33866c6Copy full SHA for 33866c6
.env
@@ -0,0 +1 @@
1
+PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
pyproject.toml
@@ -86,6 +86,11 @@ markers = [
86
]
87
asyncio_mode = "auto"
88
89
+[tool.poetry.plugins.dotenv]
90
+ignore = "false"
91
+location = ".env"
92
+
93
94
# https://python-poetry.org/docs/repositories/
95
[[tool.poetry.source]]
96
name = "tsinghua"
0 commit comments