Fridolín Pokorný
Fridolín Pokorný
Fixes installation when Python version has a patch release: ``` ERROR: Package 'ChatterBot' requires a different Python: 3.8.3 not in '>=3.4,
FIrst, thanks for implementing python-logging-loki! We want to adopt this library but our Loki instance requires `X-Scope-OrgID` header to be sent with each request. This pull request adds the capability...
With this change, tracing issues can become easier.
### What does this PR do? Implement end-to-end tests. The pull request adds a simple end-to-end testing for datadog-checks-downloader. This PR does not include actual metadata and wheel files used...
### What does this PR do? datadog-checks-downloader uses pkg_resources that is part of setuptools. State the setuptools package in the dependency listing for consistency.
### What does this PR do? Create top-level exception type specific to the library to improve API.
**Is your feature request related to a problem? Please describe.** See upstream discussions as this one https://github.com/pypa/pipenv/issues/2873 (still active comments in 2020). Pipenv seems to be slow in some cases...
**Is your feature request related to a problem? Please describe.** Poetry introduced dependency groups feature that will need few adjustments in the source code to work properly: https://python-poetry.org/blog/announcing-poetry-1.2.0a2/#dependency-groups See also...
**Is your feature request related to a problem? Please describe.** micropipenv provides easy to use tool to install application dependencies. It might be an interesting feature to let users know...
Proposing PEEP-007 which would allow specifying pre-releases only for selected packages. This has been discussed in https://github.com/pypa/pipenv/issues/1760, added the original author of the issue (@gsemet). Let me know if more...