Skip to content

Commit

Permalink
🔖 update to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Jun 8, 2022
1 parent e0b19aa commit d865063
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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/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
git+https://github.com/USEPA/Federal-LCA-Commons-Elementary-Flow-List#egg=fedelemflowlist
git+https://github.com/USEPA/esupy#egg=esupy
git+https://github.com/USEPA/standardizedinventories#egg=StEWI
pandas>=1.3.2 # Powerful data structures for data analysis, time series, and statistics.
pip>=9 # The PyPA recommended tool for installing Python packages.
setuptools>=41 # Fully-featured library designed to facilitate packaging Python projects.
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

setup(
name='flowsa',
version='1.2.1',
version='1.2.2',
packages=find_packages(),
package_dir={'flowsa': 'flowsa'},
include_package_data=True,
install_requires=[
'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',
'fedelemflowlist @ git+https://github.com/USEPA/Federal-LCA-Commons-Elementary-Flow-List#egg=fedelemflowlist',
'esupy @ git+https://github.com/USEPA/esupy#egg=esupy',
'StEWI @ git+https://github.com/USEPA/standardizedinventories#egg=StEWI',
'pandas>=1.3.2',
'pip>=9',
'setuptools>=41',
Expand Down

1 comment on commit d865063

@bl-young
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@catherinebirney would it make sense to update some of this:

    classifiers=[
        "Development Status :: 1 - Alpha",
        "Environment :: IDE",
        "Intended Audience :: Science/Research",
        "License :: MIT",
        "Programming Language :: Python :: 3.x",
        "Topic :: Utilities",
    ],
    description='Complies and provides a standardized list of elementary flows and '
                'flow mappings for life cycle assessment data'

Please sign in to comment.