added package dependencies

This commit is contained in:
dh1tw 2014-04-24 14:30:20 +02:00
parent f134ca1924
commit 60d76a5072

View file

@ -9,4 +9,8 @@ setup(name='pyhamtools',
author_email='Tobias@dh1tw.de',
url='http://github.com/dh1tw',
packages=['pyhamtools'],
install_requires=[
"pytz",
"requests",
]
)