Skip to content

Commit

Permalink
add back develop tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed May 13, 2024
1 parent b16f092 commit 2f964e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git+https://github.com/USEPA/fedelemflowlist.git#egg=fedelemflowlist
git+https://github.com/USEPA/esupy.git#egg=esupy
git+https://github.com/USEPA/fedelemflowlist.git@develop#egg=fedelemflowlist
git+https://github.com/USEPA/esupy.git@develop#egg=esupy
olca-schema>=0.0.11
pandas>=0.23
openpyxl>=3.0.7
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
package_data={'lciafmt': ["data/*.*"]},
include_package_data=True,
python_requires=">=3.9",
install_requires=["fedelemflowlist @ git+https://github.com/USEPA/fedelemflowlist.git#egg=fedelemflowlist",
"esupy @ git+https://github.com/USEPA/esupy.git#egg=esupy",
install_requires=["fedelemflowlist @ git+https://github.com/USEPA/fedelemflowlist.git@develop#egg=fedelemflowlist",
"esupy @ git+https://github.com/USEPA/esupy.git@develop#egg=esupy",
"olca-schema>=0.0.11",
"pandas>=0.22",
"openpyxl>=3.0.7",
Expand Down

0 comments on commit 2f964e5

Please sign in to comment.