Skip to content

Commit

Permalink
drop development from package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
catherinebirney committed Dec 16, 2024
1 parent 8638dbd commit 1bc9c63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git+https://github.com/USEPA/fedelemflowlist.git@develop#egg=fedelemflowlist
git+https://github.com/USEPA/esupy.git@develop#egg=esupy
git+https://github.com/USEPA/standardizedinventories.git@develop#egg=StEWI
git+https://github.com/USEPA/fedelemflowlist.git#egg=fedelemflowlist
git+https://github.com/USEPA/esupy.git#egg=esupy
git+https://github.com/USEPA/standardizedinventories.git#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
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
include_package_data=True,
python_requires=">=3.9",
install_requires=[
'fedelemflowlist @ git+https://github.com/USEPA/fedelemflowlist.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',
'fedelemflowlist @ git+https://github.com/USEPA/fedelemflowlist.git#egg=fedelemflowlist',
'esupy @ git+https://github.com/USEPA/esupy.git#egg=esupy',
'StEWI @ git+https://github.com/USEPA/standardizedinventories.git#egg=StEWI',
'appdirs>=1.4.3',
'bibtexparser>=1.2.0',
"kaleido==0.1.0.post1;platform_system=='Windows'",
Expand Down

0 comments on commit 1bc9c63

Please sign in to comment.