mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-21 06:13:57 +00:00
added package dependencies
This commit is contained in:
parent
f134ca1924
commit
60d76a5072
1 changed files with 4 additions and 0 deletions
4
setup.py
4
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",
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue