pysimdjson icon indicating copy to clipboard operation
pysimdjson copied to clipboard

Don't depend on self.

Open joshuria opened this issue 4 months ago • 0 comments

Remove self dependency in poetry pyproject.toml.

Without this, when poetry add, you get the following error:

$ poetry add pysimdjson
Using version ^7.0.1 for pysimdjson

Updating dependencies
Resolving dependencies... (0.0s) 
 
Package 'pysimdjson' is listed as a dependency of itself.

joshuria avatar Jun 16 '25 18:06 joshuria