tkuester / taky

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

Remove dependency on @dataclasses #14

Closed tkuester closed 3 years ago

tkuester commented 3 years ago

During a centos install, this caused an issue with python3.6. There is a datapackages module you can install from pip, but this functionality is not quite essential to the software. This should be removed.

Thanks to @dbussert for helping me figure out what was going wrong here!

tkuester commented 3 years ago

That was quite simple! Removed in d400ba6. All the tests seem to pass ok. If I get a confirmation this works, we'll close it up and tag a new release.