vpcarlos / profyle

Development tool for analysing and managing python traces
MIT License
115 stars 5 forks source link

versions for deps #5

Open copdips opened 3 months ago

copdips commented 3 months ago

with poetry, for example: typer = {extras = ["all"], version = "^0.7.0"} it forces the version range of typer from 0.7.0 to 0.8.0, which is very limited, it would be nice to change it to <=1.0.0, same thing for other deps in the pyproject.toml file