Skip to content

Commit

Permalink
latest thoth-python
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Murdaca <[email protected]>
  • Loading branch information
Francesco Murdaca committed Feb 25, 2021
1 parent 6e67af7 commit 6b789d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/dependencyManagementUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ export class DependenciesManagementUI extends React.Component<IProps, IState> {

console.log("initial installed packages", initial_installed_packages)

// TODO: Create endpoints to rely on thoth-python library for any operation between dependency managements files
// TODO: Create endpoints to rely on thoth-python/thamos libraries for any operation between dependency managements files
if (_.isEqual(_.size(loaded_packages), _.size(check_packages) )) {

// check if all requirements locked are also installed in the current kernel
Expand Down

0 comments on commit 6b789d5

Please sign in to comment.