python-attrs / cattrs

Composable custom class converters for attrs, dataclasses and friends.
https://catt.rs
MIT License
779 stars 108 forks source link

Don't install `msgspec` on PyPy #507

Closed jonathanberthias closed 4 months ago

jonathanberthias commented 4 months ago

msgspec is only supported on CPython. This creates an issue when installing with: pdm install -G :all.

Tinche commented 4 months ago

Thanks!