From 82969912785fcf62ea9e2a8ff524beb43aee7ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 12 Oct 2021 22:03:17 +0300 Subject: [PATCH] Generate requirements.txt from Pipenv This should solve dependabot problem updating only Pipfile --- requirements.txt | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ce3e46a076..2939cbd689 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,37 @@ +# +# These requirements were autogenerated by pipenv +# To regenerate from the project's Pipfile, run: +# +# pipenv lock --requirements +# + +-i https://pypi.org/simple appdirs==1.4.4 +attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +cattrs==1.8.0; python_version >= '3.7' and python_version < '4' +certifi==2021.5.30 +charset-normalizer==2.0.6; python_version >= '3' click==8.0.1 +colorama==0.4.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +commonmark==0.9.1 deprecated==1.2.13 +idna==3.2; python_version >= '3' inquirerpy==0.2.4 +oauthlib==3.1.1; python_version >= '3.6' plexapi==4.7.2 +prompt-toolkit==3.0.20; python_full_version >= '3.6.2' +pygments==2.10.0; python_version >= '3.5' python-dotenv==0.19.0 python-git-info==0.7.1 requests-cache==0.8.1 -requests>=2.25.1 +requests-oauthlib==1.3.0 +requests==2.26.0 rich==10.12.0 +six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' tqdm==4.62.3 trakt==3.2.1 -urllib3>=1.26.7 +url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' +urllib3==1.26.7 +wcwidth==0.2.5 websocket-client==1.2.1 +wrapt==1.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'