prio-data / views_transformation_library

The data transformation library used by the views data transformer service
Other
1 stars 1 forks source link

Feature/remove unneeded deps #15

Closed jimdale closed 3 years ago

Peder2911 commented 3 years ago

Tested as working with

python3.8 -m venv /tmp/v && . /tmp/v/bin/activate && pip install . && python3.8 -c "from views_transformation_library import spatial_tree"

Which means that there are no more missing dependencies. Merging!