Revert bpython restrictions.

This commit is contained in:
Andrey Rakhmatullin 2024-09-12 14:32:32 +05:00
parent b3f562d6a5
commit ee9ee2d12d
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ deps =
Pillow
Twisted[http2]
uvloop; platform_system != "Windows" and python_version < '3.13'
bpython; python_version < '3.13' # optional for shell wrapper tests
bpython # optional for shell wrapper tests
brotli; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
brotlicffi; implementation_name == 'pypy' # optional for HTTP compress downloader middleware tests
zstandard; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests