diff --git a/setup.cfg b/setup.cfg index 8fe9f4d4..d6827b5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,14 +15,14 @@ classifier = Programming Language :: Python :: 3 [options] -python_requires = >= 3.8 +python_requires = >= 3.9 packages = find: install_requires = cryptography >= 3.2 python-dateutil >= 2.4.2 requests >= 2.20.0 requests-toolbelt >= 0.8.0 - ws4py != 0.3.5, >= 0.3.4 # 0.3.5 is broken for websocket support + websockets >= 14.0 [options.extras_require] testing = @@ -36,6 +36,7 @@ testing = # Python 3.12 no longer installs `setuptools` in venv # but mock-services depends on it for `pkg_resources` setuptools + ws4py >= 0.3.5 format = black flake8