Skip to content

Commit

Permalink
removes deprecated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Feb 24, 2021
1 parent 4f40862 commit 8feae5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
author_email="[email protected]",
description="Create and edit umi projects",
python_requires="==3.7.*",
install_requires=install_requires
+ ["epw @ https:/building-energy/epw/archive/master.zip"],
install_requires=install_requires,
extras_require={"dev": dev_requires},
)

0 comments on commit 8feae5c

Please sign in to comment.