Files
designate/requirements.txt
Omer 46cb4098e0 Remove eventlet from requirements and clean up references
Complete the eventlet removal by:
- Removing eventlet and greenlet from requirements.txt
- Removing eventlet monkey patching from tests/__init__.py
- Deleting the designate/cmd/eventlet directory

This completes the migration to native Python threading across
all Designate services. All services (central, producer, worker,
sink, mdns, status) now use oslo.service with the threading backend
instead of eventlet.

Assisted-By: Claude Code 4.5 Sonnet
Change-Id: If5e67fcd738c0c2a0917b2e00459ec0a8d240cc1
Signed-off-by: Omer <oschwart@redhat.com>
2026-02-09 11:33:16 +01:00

41 lines
1.4 KiB
Plaintext

# Requirements lower bounds listed here are our best effort to keep them up to
# date but we do not test them so no guarantee of having them all correct. If
# you find any incorrect lower bounds, let us know or propose a fix.
alembic>=1.8.0 # MIT
Flask!=0.11,>=0.10 # BSD
Jinja2>=2.10 # BSD License (3 clause)
jsonschema>=3.2.0 # MIT
keystoneauth1>=3.4.0 # Apache-2.0
keystonemiddleware>=4.17.0 # Apache-2.0
openstacksdk>=0.103.0 # Apache-2.0
oslo.config>=6.8.0 # Apache-2.0
oslo.concurrency>=4.2.0 # Apache-2.0
oslo.messaging>=14.1.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0
oslo.log>=4.3.0 # Apache-2.0
oslo.reports>=1.18.0 # Apache-2.0
oslo.rootwrap>=5.15.0 # Apache-2.0
oslo.serialization>=2.25.0 # Apache-2.0
oslo.service[threading]>=4.2.0 # Apache-2.0
oslo.upgradecheck>=1.3.0
oslo.utils>=4.7.0 # Apache-2.0
oslo.versionedobjects>=1.31.2 # Apache-2.0
osprofiler>=3.4.0 # Apache-2.0
Paste>=2.0.2 # MIT
PasteDeploy>=1.5.0 # MIT
pbr>=3.1.1 # Apache-2.0
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
python-designateclient>=2.12.0 # Apache-2.0
requests>=2.23.0 # Apache-2.0
tenacity>=6.0.0 # Apache-2.0
SQLAlchemy>=1.4.41 # MIT
stevedore>=1.20.0 # Apache-2.0
WebOb>=1.7.1 # MIT
dnspython>=2.2.1 # http://www.dnspython.org/LICENSE
oslo.db>=8.3.0 # Apache-2.0
oslo.i18n>=3.20.0 # Apache-2.0
oslo.context>=4.0.0 # Apache-2.0
oslo.policy>=4.5.0 # Apache-2.0
tooz>=1.58.0 # Apache-2.0
futurist>=1.2.0 # Apache-2.0