Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 8ec7fed

Browse files
author
Gavin M. Roy
committed
dnspython was only used in the RabbitMQ dns resolution for channel hosts
1 parent 104662e commit 8ec7fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
'fix_nrp_manifest.py']
6565

6666
console_scripts = ['newrelic_plugin_agent=newrelic_plugin_agent.agent:main']
67-
install_requires = ['clihelper>=1.7.0', 'requests', 'dnspython']
67+
install_requires = ['clihelper>=1.7.0', 'requests']
6868
tests_require = []
6969
extras_require = {'mongodb': ['pymongo'],
7070
'pgbouncer': ['psycopg2'],

0 commit comments

Comments
 (0)