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 41ed4e2 commit f3da26cCopy full SHA for f3da26c
1 file changed
dynaconf/cli.py
@@ -23,6 +23,7 @@
23
from dynaconf.vendor import click
24
from dynaconf.vendor import toml
25
26
+os.environ["PYTHONIOENCODING"] = "utf-8"
27
28
CWD = Path.cwd()
29
EXTS = ["ini", "toml", "yaml", "json", "py", "env"]
0 commit comments