summaryrefslogtreecommitdiffstats
path: root/requirements.txt
AgeCommit message (Expand)Author
2022-12-21Security alert on ujson < 5.4nicolargo
2022-11-19Correct unitary test with Python 3.5nicolargo
2022-11-19Merge pull request #2202 from chncaption/oscs_fix_cdr0ts8au51t49so8c6gNicolas Hennion
2022-11-19Replace json by ujson #2201nicolargo
2022-11-17update psutil 5.3.0 to 5.6.7chncaption
2022-08-20Windows Python 3 installation fails on dependency package "future" #2109nicolargo
2021-08-29distutils is deprecated in Python 3.10 #1923nicolargo
2021-07-09Security audit - B411 #1025nicolargo
2021-05-26Set minimal version for PSUtilNicolas Hennion
2020-12-24Improve depnicolargo
2020-08-22Update develop Dockerfile to use test.pypi.orgnicolargo
2020-03-10Glances 3.1.4 ready to be releasedv3.1.4nicolargo
2019-07-06Glances 3.1.1RC1nicolargo
2019-04-27Add Future libnicolargo
2019-04-11PsUtil 5.6.1. Bring load on Windows OSnicolargo
2019-01-19Glances 3.1.0nicolargo
2018-09-05Correct some coding style in the HDD smart pluginnicolargo
2018-08-22Removed pySMART version hack, now using pySMART.smartx from pipTim Nibert
2018-08-20Hard disk SMART plugin, includes python3 patched pySMARTTim Nibert
2018-02-16requirements.txt: psutil 5.4.3Alessio Sergi
2018-01-06First rush for the issue #1105. Bug with Process IO when Glances startsnicolargo
2017-08-27Update version and doc for Glances 2.11nicolargo
2017-03-05Add fans support thanks to PsUtil 5.2.0nicolargo
2017-02-11Update PsUtil to 5.1.3nicolargo
2016-12-24Update PsUtil versionnicolargo
2016-11-02Revert "Deprecated platform method in Python 3.7 #945"Alessio Sergi
2016-10-26Deprecated platform method in Python 3.7 #945nicolargo
2016-07-03Change the Circle CI filenicolargo
2016-05-23Remove file after Python 2.6 deprecationnicolargo
2016-03-16Update PSUtil req to 4.1.0 / Ready to tag 2.6nicolargo
2016-03-06requirements.txt: psutil 4.0.0Alessio Sergi
2015-11-26requirements.txt: psutil 3.3.0Alessio Sergi
2015-10-07requirements.txt: psutil 3.2.2Alessio Sergi
2015-09-18Glances 2.5 RC1Nicolargo
2015-02-22requirements.txt: psutil 2.2.1Alessio Sergi
2015-01-31Update docs file for the 2.3 versionNicolargo
2014-10-02version 2.1.1Nicolargo
2014-05-07Miscellaneous fixes and improvementsAlessio Sergi
2014-04-13Change Python packaging files and structure for color consoleNicolas Hennion
2013-12-14Fix source distributionAlessio Sergi
2013-11-12psutil 1.1.3Alessio Sergi
2013-10-28psutil 1.1.2Alessio Sergi
2013-09-30psutil 1.1.0Alessio Sergi
2013-07-13Add psutil >= 1.0.0 supportAlessio Sergi
2013-05-13Bump psutil version in requirements.txtAlessio Sergi
2013-02-21Fix Travis-CI issueAlessio Sergi
# domain-specific fetchers = callLibs ./fetchers.nix; # Eval-time filesystem handling filesystem = callLibs ./filesystem.nix; # back-compat aliases platforms = self.systems.doubles; # linux kernel configuration kernel = callLibs ./kernel.nix; inherit (builtins) add addErrorContext attrNames concatLists deepSeq elem elemAt filter genericClosure genList getAttr hasAttr head isAttrs isBool isInt isList isString length lessThan listToAttrs pathExists readFile replaceStrings seq stringLength sub substring tail trace; inherit (self.trivial) id const pipe concat or and bitAnd bitOr bitXor bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max importJSON importTOML warn info showWarnings nixpkgsVersion version mod compare splitByAndCompare functionArgs setFunctionArgs isFunction toHexString toBaseDigits; inherit (self.fixedPoints) fix fix' converge extends composeExtensions composeManyExtensions makeExtensible makeExtensibleWithCustomName; inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath getAttrFromPath attrVals attrValues getAttrs catAttrs filterAttrs filterAttrsRecursive foldAttrs collect nameValuePair mapAttrs mapAttrs' mapAttrsToList mapAttrsRecursive mapAttrsRecursiveCond genAttrs isDerivation toDerivation optionalAttrs zipAttrsWithNames zipAttrsWith zipAttrs recursiveUpdateUntil recursiveUpdate matchAttrs overrideExisting getOutput getBin getLib getDev getMan chooseDevOutputs zipWithNames zip recurseIntoAttrs dontRecurseIntoAttrs cartesianProductOfSets; inherit (self.lists) singleton forEach foldr fold foldl foldl' imap0 imap1 concatMap flatten remove findSingle findFirst any all count optional optionals toList range partition zipListsWith zipLists reverseList listDfs toposort sort naturalSort compareLists take drop sublist last init crossLists unique intersectLists subtractLists mutuallyExclusive groupBy groupBy'; inherit (self.strings) concatStrings concatMapStrings concatImapStrings intersperse concatStringsSep concatMapStringsSep concatImapStringsSep makeSearchPath makeSearchPathOutput makeLibraryPath makeBinPath optionalString hasInfix hasPrefix hasSuffix stringToCharacters stringAsChars escape escapeShellArg escapeShellArgs replaceChars lowerChars upperChars toLower toUpper addContextFrom splitString removePrefix removeSuffix versionOlder versionAtLeast getName getVersion nameFromURL enableFeature enableFeatureAs withFeature withFeatureAs fixedWidthString fixedWidthNumber isStorePath toInt readPathsFromFile fileContents; inherit (self.stringsWithDeps) textClosureList textClosureMap noDepEntry fullDepEntry packEntry stringAfter; inherit (self.customisation) overrideDerivation makeOverridable callPackageWith callPackagesWith extendDerivation hydraJob makeScope makeScopeWithSplicing; inherit (self.meta) addMetaAttrs dontDistribute setName updateName appendToName mapDerivationAttrset setPrio lowPrio lowPrioSet hiPrio hiPrioSet; inherit (self.sources) pathType pathIsDirectory cleanSourceFilter cleanSource sourceByRegex sourceFilesBySuffices commitIdFromGitRepo cleanSourceWith pathHasContext canCleanSource pathIsRegularFile pathIsGitRepo; inherit (self.modules) evalModules unifyModuleSyntax applyIfFunction mergeModules mergeModules' mergeOptionDecls evalOptionValue mergeDefinitions pushDownProperties dischargeProperties filterOverrides sortProperties fixupOptionType mkIf mkAssert mkMerge mkOverride mkOptionDefault mkDefault mkForce mkVMOverride mkStrict mkFixStrictness mkOrder mkBefore mkAfter mkAliasDefinitions mkAliasAndWrapDefinitions fixMergeModules mkRemovedOptionModule mkRenamedOptionModule mkMergedOptionModule mkChangedOptionModule mkAliasOptionModule doRename; inherit (self.options) isOption mkEnableOption mkSinkUndeclaredOptions mergeDefaultOption mergeOneOption mergeEqualOption getValues getFiles optionAttrSetToDocList optionAttrSetToDocList' scrubOptionValue literalExample showOption showFiles unknownModule mkOption; inherit (self.types) isType setType defaultTypeMerge defaultFunctor isOptionType mkOptionType; inherit (self.asserts) assertMsg assertOneOf; inherit (self.debug) addErrorContextToAttrs traceIf traceVal traceValFn traceXMLVal traceXMLValMarked traceSeq traceSeqN traceValSeq traceValSeqFn traceValSeqN traceValSeqNFn traceFnSeqN traceShowVal traceShowValMarked showVal traceCall traceCall2 traceCall3 traceValIfNot runTests testAllTrue traceCallXml attrNamesToStr; inherit (self.misc) maybeEnv defaultMergeArg defaultMerge foldArgs maybeAttrNullable maybeAttr ifEnable checkFlag getValue checkReqs uniqList uniqListExt condConcat lazyGenericClosure innerModifySumArgs modifySumArgs innerClosePropagation closePropagation mapAttrsFlatten nvs setAttr setAttrMerge mergeAttrsWithFunc mergeAttrsConcatenateValues mergeAttrsNoOverride mergeAttrByFunc mergeAttrsByFuncDefaults mergeAttrsByFuncDefaultsClean mergeAttrBy fakeHash fakeSha256 fakeSha512 nixType imap; inherit (self.versions) splitVersion; }); in lib