mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-21 06:13:57 +00:00
using lxml to parse qrz.com xml responses instead of html.parser
This commit is contained in:
parent
cb9b23c96f
commit
82e2b93cd5
5 changed files with 15 additions and 4 deletions
3
setup.py
3
setup.py
|
|
@ -20,7 +20,8 @@ setup(name='pyhamtools',
|
|||
"requests>=2.21.0",
|
||||
"ephem>=4.1.3",
|
||||
"beautifulsoup4>=4.7.1",
|
||||
"future>=0.17.1",
|
||||
"lxml>=4.8.0",
|
||||
"future>=0.18.2",
|
||||
"redis>=2.10.6",
|
||||
],
|
||||
**kw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue