Remove PyPy condition

This commit is contained in:
Laerte Pereira 2024-03-05 21:18:24 -03:00
parent a52429ae08
commit 16864ea602
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ deps =
robotexclusionrulesparser
Pillow
Twisted[http2]
brotli; implementation_name != 'pypy'
brotli
zstandard
[testenv:extra-deps-pinned]