From 3f1359e5a99d72af165a827c9025da07708df2e5 Mon Sep 17 00:00:00 2001 From: Ben Young Date: Wed, 3 Jul 2024 21:27:53 -0400 Subject: [PATCH] add back develop tags --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index dc9ebd24..d072bc4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/USEPA/esupy.git#egg=esupy +git+https://github.com/USEPA/esupy.git@develop#egg=esupy olca-schema>=0.0.11 pandas>=0.22 # Powerful data structures for data analysis, time series, and statistics. pip>=9 # The PyPA recommended tool for installing Python packages. diff --git a/setup.py b/setup.py index 7fce73b0..e8df0835 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires = [ 'pandas>=0.22', 'olca-schema>=0.0.11', - 'esupy @ git+https://github.com/USEPA/esupy.git#egg=esupy', + 'esupy @ git+https://github.com/USEPA/esupy.git@develop#egg=esupy', ], url='https://github.com/USEPA/fedelemflowlist', license='CC0',