Commit fa8e1caf authored by Bryan Eriksson's avatar Bryan Eriksson
Browse files

Use openpyxl for .xlsx files

Updated version, added defusedxml as dependency
parent 8e3e8cd8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:

setuptools.setup(
    name="pyehub",
    version="1.4.2",
    version="1.5.0",
    author_email="revins@uvic.ca",
    description="A library used to solve an energy hub model in Python.",
    long_description=long_description,
@@ -23,6 +23,7 @@ setuptools.setup(
        'jsonschema',
        'pylint',
        'openpyxl',
        'defusedxml'
    ],
    classifiers=[
        "Programming Language :: Python :: 3",