From 12edbdab110b8c1f6dd95d0f8cad643bff8276b2 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 30 Nov 2020 14:30:48 -0500 Subject: [PATCH] Remove old radius library from requirements If it's not required by django-radius, we probably don't need it. --- docs/licenses/python-radius.txt | 9 --------- requirements/requirements.in | 1 - requirements/requirements.txt | 1 - 3 files changed, 11 deletions(-) delete mode 100644 docs/licenses/python-radius.txt diff --git a/docs/licenses/python-radius.txt b/docs/licenses/python-radius.txt deleted file mode 100644 index 3f28a5f534..0000000000 --- a/docs/licenses/python-radius.txt +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/requirements/requirements.in b/requirements/requirements.in index 8b8de10272..c4466dedc1 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -34,7 +34,6 @@ prometheus_client psycopg2 pygerduty pyparsing -python-radius python3-saml python-ldap>=3.3.1 # https://github.com/python-ldap/python-ldap/issues/270 pyyaml>=5.3.1 # minimum version to pull in new pyyaml for CVE-2017-18342 diff --git a/requirements/requirements.txt b/requirements/requirements.txt index dac5c5267d..a9c25d307d 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -94,7 +94,6 @@ pyrsistent==0.15.7 # via jsonschema python-daemon==2.2.4 # via ansible-runner python-dateutil==2.8.1 # via adal, kubernetes python-ldap==3.3.1 # via -r /awx_devel/requirements/requirements.in, django-auth-ldap -python-radius==1.0 # via -r /awx_devel/requirements/requirements.in python-string-utils==1.0.0 # via openshift python3-openid==3.1.0 # via social-auth-core python3-saml==1.9.0 # via -r /awx_devel/requirements/requirements.in