mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-21 06:13:57 +00:00
updated tests and fixtures. Changed Macedonia to North Macedonia
This commit is contained in:
parent
a4cfdd0dd1
commit
492b281a55
11 changed files with 32667 additions and 13711 deletions
10
setup.py
10
setup.py
|
|
@ -16,12 +16,12 @@ setup(name='pyhamtools',
|
|||
package_data={'': ['countryfilemapping.json']},
|
||||
packages=['pyhamtools'],
|
||||
install_requires=[
|
||||
"pytz>=2017.3",
|
||||
"requests>=2.18.4",
|
||||
"pytz>=2019.1",
|
||||
"requests>=2.22.0",
|
||||
"pyephem>=3.7.6.0",
|
||||
"beautifulsoup4>=4.6.0",
|
||||
"future>=0.16.0",
|
||||
"redis>=2.10.6",
|
||||
"beautifulsoup4>=4.7.1",
|
||||
"future>=0.17.1",
|
||||
"redis>=2.22.0",
|
||||
],
|
||||
**kw
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue