jazzband / django-silk

Silky smooth profiling for Django
MIT License
4.32k stars 332 forks source link

Derive version from importlib #697

Closed robinchow closed 5 months ago

robinchow commented 6 months ago

This removes the dependency on setuptools, which is no longer automatically installed in virtual environments starting in Python 3.12.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (23ff43b) 86.65% compared to head (87bd864) 86.75%. Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #697 +/- ## ========================================== + Coverage 86.65% 86.75% +0.10% ========================================== Files 52 52 Lines 2113 2114 +1 ========================================== + Hits 1831 1834 +3 + Misses 282 280 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.