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 922e1bc commit 6a3533fCopy full SHA for 6a3533f
setup.py
@@ -2,10 +2,7 @@
2
3
extras_require = {
4
'develop': {'pytest', 'flake8>=3.9.0', 'black'},
5
- 'local': [
6
- 'packtivity>=0.14.23',
7
- 'yadage[viz]>=0.20.2'
8
- ],
+ 'local': ['packtivity>=0.14.23', 'yadage[viz]>=0.20.2'],
9
'kubernetes': ['kubernetes==9.0.0'],
10
'reana': ['reana-client>=0.8.0'],
11
}
0 commit comments