firefly-cpp / sport-activities-features

A minimalistic toolbox for extracting features from sports activity files written in Python
MIT License
17 stars 11 forks source link

Added test, removed dependency #163

Closed alenrajsp closed 9 months ago

alenrajsp commented 9 months ago

Removed requests dependency and replaced with native http.client. Also added a test for elevation identification so that we can test elevation identification as well as if the new way of handling requests works. The new test is passing. Regenedated poetry.lock, due to changed dependencies.