Skip to content

Commit

Permalink
remove ply as requirement, as we have pymel.util.external.ply
Browse files Browse the repository at this point in the history
Also, v3.3 is no longer available on pypy, as noted by this issue:
#382
  • Loading branch information
pmolodo committed May 22, 2017
1 parent 0b2900b commit e311882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -176,7 +176,7 @@ def main():
orig_script_args = setuptools.command.easy_install.get_script_args
orig_nt_quote_arg = setuptools.command.easy_install.nt_quote_arg

requirements = ['ply==3.3', 'ipython']
requirements = ['ipython']
if isdev():
requirements.append('BeautifulSoup >3.0')

Expand Down

0 comments on commit e311882

Please sign in to comment.