From bf29b3ab3178925197d214a066f66f8e09b92579 Mon Sep 17 00:00:00 2001 From: Clifton King Date: Sun, 5 Sep 2021 21:10:06 -0500 Subject: [PATCH 1/2] Remove test dependencies for library install Pinned pytest version is over a year old and doesn't seem to play nice when using `poetry add dydx-v3-python` --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 15c0627..973ed34 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,6 @@ 'eth-account>=0.4.0,<0.6.0', 'mpmath==1.0.0', 'pytest>=4.4.0,<5.0.0', - 'requests-mock==1.6.0', 'requests==2.22.0', 'setuptools==50.3.2', 'sympy==1.6', From 01d1cdb5947b81a1ce3bc152c71187929406edc3 Mon Sep 17 00:00:00 2001 From: Clifton King Date: Sun, 5 Sep 2021 21:10:48 -0500 Subject: [PATCH 2/2] also remove pytest --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 973ed34..2245b77 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,6 @@ 'eth_keys', 'eth-account>=0.4.0,<0.6.0', 'mpmath==1.0.0', - 'pytest>=4.4.0,<5.0.0', 'requests==2.22.0', 'setuptools==50.3.2', 'sympy==1.6',