commit | 1039b2162f13e72d69b6d24061efd6dfdedf13ca | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Wed Nov 15 17:57:16 2017 +0100 |
committer | Petr Michalec <epcim@apealive.net> | Wed Nov 15 17:57:16 2017 +0100 |
tree | da5614f3c826bc6d628c24f39f23e82fcb559552 | |
parent | 3469eb571879db77b90a1991c60d635375c906bc [diff] |
update requirements
diff --git a/setup.py b/setup.py index 3830b84..649f9b7 100644 --- a/setup.py +++ b/setup.py
@@ -38,7 +38,7 @@ url = URL, packages = find_packages(exclude=['*tests']), #FIXME validate this entry_points = { 'console_scripts': console_scripts }, - install_requires = ['pyyaml'], + install_requires = ['pyparsing', 'pygit2', 'pyyaml'], classifiers=[ 'Development Status :: 4 - Beta',