diff --git a/setup.py b/setup.py index e8df083..067cf97 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@develop#egg=esupy', + 'esupy @ git+https://github.com/USEPA/esupy.git@locations#egg=esupy', ], url='https://github.com/USEPA/fedelemflowlist', license='CC0',