From d2cf6ca7dfebef3e213054a50dd74918135af276 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 8 Dec 2021 20:53:05 +0200 Subject: [PATCH] Update requirements for deploy --- requirements-dev.txt | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7843c1a..edd8453 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,3 @@ -Warning: The lock file is not up to date with the latest changes in pyproject.toml. You may be getting outdated dependencies. Run update to update them. ansi2html==1.6.0; python_version >= "3.6" appdirs==1.4.4; python_version >= "3.6" appnope==0.1.2; sys_platform == "darwin" and python_version >= "3.7" diff --git a/requirements.txt b/requirements.txt index ee0aded..dc273ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -Warning: The lock file is not up to date with the latest changes in pyproject.toml. You may be getting outdated dependencies. Run update to update them. ansi2html==1.6.0; python_version >= "3.6" certifi==2021.10.8; python_full_version >= "3.7.1" and python_full_version < "4.0.0" charset-normalizer==2.0.9; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and python_version >= "3"