diff --git a/doc/requirements.txt b/doc/requirements.txt index 2ce339c25..91af5ff4d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index 6aa7f7fac..161e0c9cb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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