src/eric7/PipInterface/Pip.py

branch
eric7
changeset 9586
2750e76fc366
parent 9580
123a7eadc798
child 9624
b47dfa7a137d
equal deleted inserted replaced
9585:2b4bbdaa0ff9 9586:2750e76fc366
673 ) 673 )
674 674
675 return packages 675 return packages
676 676
677 def getOutdatedPackages( 677 def getOutdatedPackages(
678 self, envName, localPackages=True, notRequired=False, usersite=False, 678 self,
679 interpreter=None 679 envName,
680 localPackages=True,
681 notRequired=False,
682 usersite=False,
683 interpreter=None,
680 ): 684 ):
681 """ 685 """
682 Public method to get the list of outdated packages. 686 Public method to get the list of outdated packages.
683 687
684 @param envName name of the environment to get the packages for 688 @param envName name of the environment to get the packages for

eric ide

mercurial