Skip to content

Commit 675b9c6

Browse files
authored
Merge pull request #998 from stonebig/master
package names
2 parents ffd739d + 2ca325a commit 675b9c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

winpython/data/packages.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3151,3 +3151,18 @@ description = Super lightweight function registries for your library
31513151
[blis]
31523152
description = The Blis BLAS-like linear algebra library, as a self-contained C-extension.
31533153
3154+
[requests-unixsocket]
3155+
description = Use requests to talk HTTP via a UNIX domain socket
3156+
3157+
[platformdirs]
3158+
description = A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
3159+
3160+
[debugpy]
3161+
description = An implementation of the Debug Adapter Protocol for Python
3162+
3163+
[charset-normalizer]
3164+
description = The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
3165+
3166+
[backports-entry-points-selectable]
3167+
description = Compatibility shim providing selectable entry points for older implementations
3168+

0 commit comments

Comments
 (0)