diff --git a/licenses/future.txt b/licenses/future.txt deleted file mode 100644 index 4c904dba8f..0000000000 --- a/licenses/future.txt +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2013-2019 Python Charmers Pty Ltd, Australia - -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. diff --git a/requirements/requirements.in b/requirements/requirements.in index d447556c07..7474ce2de1 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -40,6 +40,7 @@ psycopg psutil pygerduty pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host filtering: Expected 'or' term, found 'or' (at char 15), (line:1, col:16) +python-daemon>3.0.0 python-dsv-sdk python-tss-sdk==1.0.0 python-ldap diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 15e4c444a2..e9aba37f5a 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -155,8 +155,6 @@ frozenlist==1.3.3 # via # aiohttp # aiosignal -future==0.18.3 - # via django-radius gitdb==4.0.10 # via gitpython gitpython==3.1.30 @@ -315,8 +313,10 @@ pyrad==2.4 # via django-radius pyrsistent==0.19.2 # via jsonschema -python-daemon==2.3.2 - # via ansible-runner +python-daemon==3.0.1 + # via + # -r /awx_devel/requirements/requirements.in + # ansible-runner python-dateutil==2.8.2 # via # adal @@ -392,7 +392,6 @@ setuptools-scm[toml]==7.0.5 # via -r /awx_devel/requirements/requirements.in six==1.16.0 # via - # ansible-runner # automat # azure-core # django-pglocks