Remove requests dependency from dev-requirements.txt

This commit is contained in:
grossmj 2026-03-31 17:30:41 +08:00
parent 9a06830f88
commit 38ebaaa90a
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -3,6 +3,5 @@ flake8==7.3.0
pytest-timeout==2.4.0
pytest-asyncio==1.2.0; python_version == '3.9' # version 1.2.0 is the last one supporting Python 3.9
pytest-asyncio==1.3.0; python_version >= '3.10'
requests==2.32.5
httpx==0.28.1
httpx_ws==0.7.2 # upgrading leads to failures in tests