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.
2 parents 1b659dc + 3d31b1d commit af2d10aCopy full SHA for af2d10a
gradient/__init__.py
@@ -1 +1,4 @@
1
+# noinspection PyUnresolvedReferences
2
+from gradient_utils import *
3
+
4
from .api_sdk import *
setup.py
@@ -74,7 +74,8 @@ def run(self):
74
'attrs<=19',
75
'PyYAML==5.*',
76
'python-dateutil==2.*',
77
- 'websocket-client==0.57.*'
+ 'websocket-client==0.57.*',
78
+ 'gradient-utils>=0.1.1',
79
],
80
entry_points={'console_scripts': [
81
'gradient = gradient:main.main',
0 commit comments