mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-21 06:13:57 +00:00
limited lxml to version <5.0 for compatibility with pypy-3.7
This commit is contained in:
parent
71b2a743db
commit
cea30d761a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -18,7 +18,7 @@ setup(name='pyhamtools',
|
|||
"requests>=2.21.0",
|
||||
"ephem>=4.1.3",
|
||||
"beautifulsoup4>=4.7.1",
|
||||
"lxml>=4.8.0",
|
||||
"lxml>=4.8.0,<5.0.0",
|
||||
"redis>=2.10.6",
|
||||
],
|
||||
**kw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue