Skip to content

Commit

Permalink
Merge pull request #74 from tarunbhardwaj/develop
Browse files Browse the repository at this point in the history
Freezed magento api version to 0.4
  • Loading branch information
prakashpp committed Mar 9, 2015
2 parents d56aaf6 + ce9ffa8 commit 10fbd7a
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 @@ -60,7 +60,7 @@ def run(self):
module_name = 'magento'

requires = [
'magento',
'magento==0.4',
]
for dep in info.get('depends', []):
if not re.match(r'(ir|res|webdav)(\W|$)', dep):
Expand Down

0 comments on commit 10fbd7a

Please sign in to comment.