Skip to content

Commit

Permalink
Update moosePy baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelikama committed Sep 12, 2023
1 parent 69b0100 commit bbd6691
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/BaselineOfMoosePy/BaselineOfMoosePy.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@ BaselineOfMoosePy >> baseline: spec [

spec
package: 'MoosePy'
with: [ spec requires: #( 'PythonParser' 'FamixPythonImporter' ) ]
with: [ spec requires: #( 'PythonParser' 'FamixPythonImporter' ) ].

spec
package: 'CNN-Famix-Entities';
package: 'DL-Python' with: [
spec requires:
#( 'CNN-Famix-Entities' 'PythonParser' 'FamixPythonImporter'
'MoosePy' ) ]
]

0 comments on commit bbd6691

Please sign in to comment.