sync versions

This commit is contained in:
Jude Nelson
2016-08-10 16:44:18 -04:00
parent 2dd0f89779
commit 21fbbb068e

View File

@@ -24,13 +24,13 @@ setup(
zip_safe=False,
include_package_data=True,
install_requires=[
'virtualchain>=0.0.13.0',
'blockstack-client>=0.0.13.0',
'blockstack-server>=0.0.13.0',
'virtualchain>=0.14.0',
'blockstack-client>=0.14.0',
'blockstack-server>=0.14.0',
'blockstack-profiles>=0.1.3',
'blockstack-storage-drivers>=0.0.13.2',
'blockstack-file>=0.0.13.0',
'blockstack-gpg>=0.0.13.0',
'blockstack-storage-drivers>=0.14.0',
'blockstack-file>=0.14.0',
'blockstack-gpg>=0.14.0',
'blockstack-zones>=0.1.6'
],
classifiers=[