From e91bb2cdea79adbd3dd474f9edbb41abd22933d9 Mon Sep 17 00:00:00 2001 From: catherinebirney Date: Fri, 17 Nov 2023 17:11:40 -0700 Subject: [PATCH] re-add develop branch --- requirements.txt | 6 +++--- setup.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 71c0b0fa9..7a3b5c6e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -git+https://github.com/USEPA/Federal-LCA-Commons-Elementary-Flow-List.git#egg=fedelemflowlist -git+https://github.com/USEPA/esupy.git#egg=esupy -git+https://github.com/USEPA/standardizedinventories.git#egg=StEWI +git+https://github.com/USEPA/Federal-LCA-Commons-Elementary-Flow-List.git@develop#egg=fedelemflowlist +git+https://github.com/USEPA/esupy.git@develop#egg=esupy +git+https://github.com/USEPA/standardizedinventories.git@develop#egg=StEWI appdirs >= 1.4.3 # Storing user data bibtexparser>=1.2.0 # Generates bibtex kaleido == 0.1.0.post1; platform_system == "Windows" # export plotly.py figures as static images diff --git a/setup.py b/setup.py index 2d2ba627f..93798c315 100644 --- a/setup.py +++ b/setup.py @@ -12,9 +12,9 @@ include_package_data=True, python_requires=">=3.9", install_requires=[ - 'fedelemflowlist @ git+https://github.com/USEPA/Federal-LCA-Commons-Elementary-Flow-List.git#egg=fedelemflowlist', - 'esupy @ git+https://github.com/USEPA/esupy.git#egg=esupy', - 'StEWI @ git+https://github.com/USEPA/standardizedinventories.git#egg=StEWI', + 'fedelemflowlist @ git+https://github.com/USEPA/Federal-LCA-Commons-Elementary-Flow-List.git@develop#egg=fedelemflowlist', + 'esupy @ git+https://github.com/USEPA/esupy.git@develop#egg=esupy', + 'StEWI @ git+https://github.com/USEPA/standardizedinventories.git@develop#egg=StEWI', 'appdirs>=1.4.3', 'bibtexparser>=1.2.0', "kaleido==0.1.0.post1;platform_system=='Windows'",