summaryrefslogtreecommitdiff
path: root/pkg/requirements.pip
AgeCommit message (Collapse)Author
2012-09-24add schema to JSONLeapConfig classeskali
and a jsonvalidate function too, that calls to jsonchemea.validate(self, data) with self.schema We're using the specs to both purposes now: * providing a type casting system for our config options (work in progress for the type casting) * json schema validation
2012-09-14force 1.1.9 version of python-gnutlskali
2012-09-12time boundary check of certificate using gnutlskali
2012-09-12add netifaces to requirementskali
2012-09-10Implemented basic networks checks: valid interface, default route, and can ↵antialias
ping the listed gateway.
2012-09-06pkg.utils.parse_requirements used in setupkali
renamed setup-->pkg because name collision