From 67c89f0d96034107f8883dbfe3edfcf1f40974e7 Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Tue, 4 Oct 2022 22:05:52 +0200 Subject: [PATCH 1/2] Remove requirements that were only there for messytables --- sandbox/requirements3.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sandbox/requirements3.txt b/sandbox/requirements3.txt index 2088b691..268e18d2 100644 --- a/sandbox/requirements3.txt +++ b/sandbox/requirements3.txt @@ -13,20 +13,14 @@ backports.functools-lru-cache==1.6.4 chardet==4.0.0 enum34==1.1.10 et-xmlfile==1.0.1 -html5lib==1.1 iso8601==0.1.12 jdcal==1.4.1 -json_table_schema==0.2.1 lazy_object_proxy==1.6.0 -lxml==4.6.3 # used in csv plugin only? python_dateutil==2.8.2 openpyxl==3.0.10 -python_magic==0.4.12 roman==2.0.0 singledispatch==3.6.2 six==1.16.0 sortedcontainers==2.4.0 -webencodings==0.5 wrapt==1.12.1 -xlrd==1.2.0 unittest-xml-reporting==2.0.0 From 692ea4820fb39c9a165bb1c1e290a707537a9e0a Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Tue, 4 Oct 2022 22:32:21 +0200 Subject: [PATCH 2/2] reorganise and comment on requirements files --- sandbox/requirements.txt | 2 ++ sandbox/requirements3.txt | 10 +++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sandbox/requirements.txt b/sandbox/requirements.txt index d956f6c9..36241e14 100644 --- a/sandbox/requirements.txt +++ b/sandbox/requirements.txt @@ -1,3 +1,5 @@ +### python 2 requirements, see requirements3.txt for python 3 + astroid==1.6.6 asttokens==2.0.5 backports.functools-lru-cache==1.6.4 diff --git a/sandbox/requirements3.txt b/sandbox/requirements3.txt index 268e18d2..1fd05b92 100644 --- a/sandbox/requirements3.txt +++ b/sandbox/requirements3.txt @@ -1,9 +1,16 @@ +### python 3 requirements, see requirements.txt for python 2 + # friendly-traceback and its dependencies, for python 3 only friendly-traceback==0.5.46 stack-data==0.3.0 executing==0.8.3 pure-eval==0.2.2 +# openpyxl and its dependencies, for imports, which are python 3 only +openpyxl==3.0.10 +jdcal==1.4.1 +et-xmlfile==1.0.1 + # Different astroid version for python 3 astroid==2.5.7 @@ -12,12 +19,9 @@ asttokens==2.0.5 backports.functools-lru-cache==1.6.4 chardet==4.0.0 enum34==1.1.10 -et-xmlfile==1.0.1 iso8601==0.1.12 -jdcal==1.4.1 lazy_object_proxy==1.6.0 python_dateutil==2.8.2 -openpyxl==3.0.10 roman==2.0.0 singledispatch==3.6.2 six==1.16.0