diff --git a/setup.py b/setup.py index 14a2645bd..36a5c8e61 100755 --- a/setup.py +++ b/setup.py @@ -40,9 +40,9 @@ setup( zip_safe=False, include_package_data=True, install_requires=[ - 'virtualchain>=0.0.13.0', + 'virtualchain>=0.14.0', 'keychain>=0.1.4', - 'blockstack-client>=0.0.13.7', + 'blockstack-client>=0.14.0', 'defusedxml>=0.4.1', 'pycrypto>=2.6.1' ],