From 1434602a5d550f3f9942fc336f6c0f4f840df60e Mon Sep 17 00:00:00 2001 From: Sean Bleier Date: Wed, 29 Sep 2010 21:45:32 -0700 Subject: [PATCH] Update setup.py with requirements --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2862814..e29623c 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ version = "0.1", license = "BSD", packages = ["weathertracking"], + install_requires = ['metar', 'python-dateutil'], description = "App for getting current conditions.", classifiers = [ "Programming Language :: Python",