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 367796c commit 4802ff3Copy full SHA for 4802ff3
src/dash/dash-renderer/setup.py
@@ -1,7 +1,7 @@
1
import json
2
from setuptools import setup
3
4
-with open("package.json") as fp:
+with open("package.json", "rb") as fp:
5
package = json.load(fp)
6
7
setup(
0 commit comments