From 61da02ee4318c5e2718fecf922b53e7bfee6d54c Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 17 Jan 2014 23:46:19 -0800 Subject: Update makefile to install from updated requirements files --- Requires | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 Requires (limited to 'Requires') diff --git a/Requires b/Requires deleted file mode 100644 index 8f695c68..00000000 --- a/Requires +++ /dev/null @@ -1,33 +0,0 @@ -# Pypi requirements for cloud-init to work - -# Used for untemplating any files or strings with parameters. -cheetah - -# This is used for any pretty printing of tabular data. -PrettyTable - -# This one is currently only used by the MAAS datasource. If that -# datasource is removed, this is no longer needed -oauth - -# This one is currently used only by the SmartOS datasource. If that -# datasource is removed, this is no longer needed -pyserial - -# This is only needed for places where we need to support configs in a manner -# that the built-in config parser is not sufficent (ie -# when we need to preserve comments, or do not have a top-level -# section)... -configobj - -# All new style configurations are in the yaml format -pyyaml - -# The new main entrypoint uses argparse instead of optparse -argparse - -# Requests handles ssl correctly! -requests - -# For patching pieces of cloud-config together -jsonpatch -- cgit v1.2.3