From 7c1e64c82f16e65e0b645b41e78fe54738c334b4 Mon Sep 17 00:00:00 2001 From: teleprint-me <77757836+teleprint-me@users.noreply.github.com> Date: Fri, 25 Feb 2022 15:13:55 -0500 Subject: [PATCH] deprecate and remove requirements.txt --- coinbase_pro/__init__.py | 2 +- pyproject.toml | 2 +- requirements.txt | 21 --------------------- 3 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 requirements.txt diff --git a/coinbase_pro/__init__.py b/coinbase_pro/__init__.py index 670b036..f7e6b18 100644 --- a/coinbase_pro/__init__.py +++ b/coinbase_pro/__init__.py @@ -15,5 +15,5 @@ # along with this program. If not, see . __agent__: str = "coinbase-pro" __source__: str = "https://github.com/teleprint-me/coinbase-pro" -__version__: str = "2.4.4" +__version__: str = "2.4.5" __limit__: float = 1 / 3.5 diff --git a/pyproject.toml b/pyproject.toml index 1722b87..2e5b3b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coinbase-pro" -version = "2.4.4" +version = "2.4.5" description = "Another Unofficial Python Wrapper for Coinbase Pro" authors = ["teleprint-me"] license = "AGPL" diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 6447e36..0000000 --- a/requirements.txt +++ /dev/null @@ -1,21 +0,0 @@ -attrs==21.4.0 -build==0.7.0 -certifi==2021.10.8 -charset-normalizer==2.0.10 -dateutils==0.6.12 -idna==3.3 -iniconfig==1.1.1 -packaging==21.3 -pep517==0.12.0 -pluggy==1.0.0 -py==1.11.0 -pyparsing==3.0.6 -pytest==6.2.5 -python-dateutil==2.8.2 -pytz==2021.3 -requests==2.27.1 -six==1.16.0 -toml==0.10.2 -tomli==2.0.0 -urllib3==1.26.7 -websocket-client==1.2.3