require py>=1.2.20

This commit is contained in:
holger krekel
2014-01-29 13:11:40 +01:00
parent 2b8a54d5d9
commit 8a3b4b9c37
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ classifiers=['Development Status :: 6 - Mature',
long_description = open("README.rst").read()
def main():
install_requires = ["py>=1.4.20.dev2"]
install_requires = ["py>=1.4.20"]
if sys.version_info < (2,7):
install_requires.append("argparse")
if sys.platform == "win32":