Remove pyngus from dependencies

The `pyngus` library was introduced as a dependency for the AMQP 1.0 driver.
Since the AMQP 1.0 driver has been removed from the project, this library is
no longer needed. This patch cleans up the dependencies by removing `pyngus`
from the requirements.

A dependency check (`pipdeptree`) confirms that `pyngus` is not used directly
or indirectly in the project.

Change-Id: Idf94ceaa96005a74e60fafc0124df659a8854ea5
This commit is contained in:
Daniel Bengtsson 2024-12-10 11:23:22 +01:00
parent 0deb682868
commit 43381453cd
2 changed files with 0 additions and 5 deletions

View File

@ -5,5 +5,4 @@ reno>=3.1.0 # Apache-2.0
# imported when the source code is parsed for generating documentation:
fixtures>=3.0.0 # Apache-2.0/BSD
confluent-kafka>=0.11.6 # Apache-2.0
pyngus>=2.2.0 # Apache-2.0
tenacity>=3.2.1 # Apache-2.0

View File

@ -10,9 +10,5 @@ confluent-kafka>=1.3.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
# AMQP 1.0 support depends on the Qpid Proton AMQP 1.0
# development libraries.
pyngus>=2.2.0 # Apache-2.0
eventlet>=0.23.0 # MIT
greenlet>=0.4.15 # MIT