tkuester / taky

A simple python TAK server
MIT License
184 stars 43 forks source link

Specify that lxml >= 4.4.0 #63

Closed tkuester closed 2 years ago

tkuester commented 2 years ago

A user has reported that taky crashed because lxml didn't support keep_tail. One, we should check to make sure that is an essential argument to pass, as (now that I'm thinking of it) I'm not really sure if it's necessary. But two, we should specify the version requirement so the user is able to recognize what is wrong during install.