summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-09-07 12:14:46 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-10-18 15:09:38 -0700
commit4d9504e775d89f06b3e7199e076e62ff4fd9d1d2 (patch)
tree4187ff04ff2ba7f4e88aab31752aa34b2c8a19b7 /requirements.txt
parent65bb6a5af311d3ae8a487100781184bdcf1016c3 (diff)
downloadansible-4d9504e775d89f06b3e7199e076e62ff4fd9d1d2.tar.gz
Remove runtime usage of pkg_resources.
This should provide a startup time speed boost at the expense of making it harder to get ansible to use newer versions of packages than are provided by the platform.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 09ba9fc6f0..ac904c49b8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,4 +7,3 @@ jinja2
PyYAML
paramiko
cryptography
-setuptools