hub-py icon indicating copy to clipboard operation
hub-py copied to clipboard

[Fix] Add dependency management

Open gabriel-milan opened this issue 2 years ago • 0 comments

Issue

The current setup.py isn't properly configured to handle dependencies. The deps listed in install_requires don't fulfill everything needed for this package to work.

Changelog

  • Add dependencies management through poetry

Implications

  • Package won't break due to poor dependency management
  • Poetry can also generate python wheels very easily

gabriel-milan avatar Apr 07 '22 17:04 gabriel-milan