mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-28 11:46:07 +08:00
require fastecdsa
This commit is contained in:
4
setup.py
4
setup.py
@@ -53,8 +53,10 @@ setup(
|
||||
'pycrypto>=2.6.1',
|
||||
'simplejson>=3.8.2',
|
||||
'jsonschema>=2.5.1',
|
||||
'fastecdsa>=1.3.2',
|
||||
'basicrpc>=0.0.2', # DHT storage driver
|
||||
'boto>=2.38.0' # S3 storage driver
|
||||
'boto>=2.38.0', # S3 storage driver
|
||||
'dropbox>=7.1.1', # Dropbox driver
|
||||
],
|
||||
classifiers=[
|
||||
'Intended Audience :: Developers',
|
||||
|
||||
Reference in New Issue
Block a user