bensteUEM / ChurchToolsAPI

Collection of Python files to use the API for ChurchTools
6 stars 4 forks source link

why churchtools-api on import in communi_api with poetry #79

Closed bensteUEM closed 1 year ago

bensteUEM commented 1 year ago

when adding the dependency in another project poetry requires a - instead of _ "churchtools-api": {"git": "https://github.com/bensteUEM/ChurchToolsAPI.git", "rev": "1.5.0"} there might be some issue with the package name

bensteUEM commented 1 year ago

Use of - instead of _ is automatically substituted for pip https://github.com/ros/rosdistro/issues/18116#issuecomment-394897086

bensteUEM commented 1 year ago

rename project to - instead of _ with #77