diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index c9040fd36..7ee99292d 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -12,10 +12,7 @@ testfixtures uvloop; platform_system != "Windows" # optional for shell wrapper tests -bpython >= 0.20.1 -brotlipy >= 0.7.0 # optional for HTTP compress downloader middleware tests -zstandard >= 0.14.1 # optional for HTTP compress downloader middleware tests -jedi >= 0.17.2 # from ipython -ipython >= 7.16.1; python_version == '3.6' -ipython >= 7.19.0; python_version >= '3.7' -pywin32; sys_platform == "win32" +bpython +brotlipy # optional for HTTP compress downloader middleware tests +zstandard # optional for HTTP compress downloader middleware tests +ipython