glato / emerge

Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.
MIT License
783 stars 46 forks source link

update click to >8.0.0 #19

Closed johannes-graeter closed 2 years ago

johannes-graeter commented 2 years ago

Describe the bug Emerge uses outdated click version 7. Could you update to >8 to avoid conflicts with other packages?

Describe your environment

To Reproduce Steps to reproduce the behavior:

  1. install f.e. pip install dunk
  2. observe conflict message

Expected behavior Install without conflict

glato commented 2 years ago

@johannes-graeter Thanks for the feedback, this should be fixed in the current release 1.2.2 (https://github.com/glato/emerge/releases/tag/1.2.2), dependencies should be no longer pinned and reduced to a smaller set.