From 60d76a5072a787f59af1f08c98e2c5898ff00623 Mon Sep 17 00:00:00 2001 From: dh1tw Date: Thu, 24 Apr 2014 14:30:20 +0200 Subject: [PATCH] added package dependencies --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 4b31bc4..a49a534 100755 --- a/setup.py +++ b/setup.py @@ -9,4 +9,8 @@ setup(name='pyhamtools', author_email='Tobias@dh1tw.de', url='http://github.com/dh1tw', packages=['pyhamtools'], + install_requires=[ + "pytz", + "requests", + ] )