Skip to content

Commit

Permalink
Fix setup.py for linked dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EPAENERGYSTAR authored Jun 17, 2019
1 parent 0c12cec commit 1c902dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run(self):
packages=find_packages(),
package_data={'': ['*.csv', '*.json']},
install_requires=[
'eemeter @ https://github.com/openeemeter/eemeter/tarball/v2.5.2#egg=eemeter-2.5.2',
'eemeter==2.5.2',
'eeweather==0.3.13',
'pandas==0.22.0',
'sqlalchemy==1.3.1',
Expand Down

0 comments on commit 1c902dd

Please sign in to comment.