Skip to content

Commit

Permalink
Add PyPy mention to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Laerte committed Apr 20, 2024
1 parent 0c34489 commit 836c4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ a pre-defined interface (see [extending `itemadapter`](#extending-itemadapter)).

## Requirements

* Python 3.8+
* Python 3.8+, either the CPython implementation (default) or the PyPy implementation
* [`scrapy`](https://scrapy.org/): optional, needed to interact with `scrapy` items
* [`attrs`](https://pypi.org/project/attrs/): optional, needed to interact with `attrs`-based items
* [`pydantic`](https://pypi.org/project/pydantic/): optional, needed to interact with
Expand Down

0 comments on commit 836c4e8

Please sign in to comment.