We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133210a commit 7f77504Copy full SHA for 7f77504
src/BaselineOfPythonBridge/BaselineOfPythonBridge.class.st
@@ -25,6 +25,7 @@ BaselineOfPythonBridge >> baseline: spec [
25
spec
26
package: 'PythonBridge' with: [ spec requires: #('OSSubprocess' 'Python3Generator') ];
27
package: 'PythonBridge-Pharo' with: [ spec requires: #('PythonBridge' 'MessagePack') ];
28
- package: 'PythonBridge-Bootstrap' with: [ spec requires: 'PythonBridge' ].
+ package: 'PythonBridge-Bootstrap' with: [ spec requires: 'PythonBridge' ];
29
+ package: 'PythonPlayground' with: [ spec requires: 'PythonBridge' ].
30
]
31
0 commit comments