diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 852c47be..1278ec61 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -3151,3 +3151,18 @@ description = Super lightweight function registries for your library [blis] description = The Blis BLAS-like linear algebra library, as a self-contained C-extension. +[requests-unixsocket] +description = Use requests to talk HTTP via a UNIX domain socket + +[platformdirs] +description = A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". + +[debugpy] +description = An implementation of the Debug Adapter Protocol for Python + +[charset-normalizer] +description = The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. + +[backports-entry-points-selectable] +description = Compatibility shim providing selectable entry points for older implementations +