Skip to content

Commit

Permalink
Specified PLY version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rspivak committed May 8, 2011
1 parent 97ce416 commit 6a3eb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@ def read(*rel_names):
author_email='ruslan.spivak@gmail.com',
packages=find_packages('src'),
package_dir={'': 'src'},
install_requires=['distribute', 'ply'],
install_requires=['distribute', 'ply>=3.4'],
zip_safe=False,
entry_points="""\
[console_scripts]
Expand Down

0 comments on commit 6a3eb98

Please sign in to comment.