We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049f009 commit 2e810e8Copy full SHA for 2e810e8
1 file changed
reflex/constants/installer.py
@@ -116,7 +116,11 @@ class Commands(SimpleNamespace):
116
@classproperty
117
@classmethod
118
def DEPENDENCIES(cls) -> dict[str, str]:
119
- """The dependencies to include in package.json."""
+ """The dependencies to include in package.json.
120
+
121
+ Returns:
122
+ A dictionary of dependencies with their versions.
123
+ """
124
return {
125
"@emotion/react": "11.14.0",
126
"axios": "1.9.0",
0 commit comments