Skip to content

Commit

Permalink
lock dependency versions + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
doersf committed Dec 5, 2018
1 parent 7d532ed commit 8a917cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.

12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
from setuptools import setup

setup(name='block-io',
version='1.1.8',
version='1.1.9',
description='The easiest way to integrate Bitcoin, Dogecoin and Litecoin in your applications. Sign up at Block.io for your API key.',
url='https://github.com/BlockIo/block_io-python',
author='Atif Nazir',
author_email='[email protected]',
license='MIT',
packages=['block_io'],
install_requires=[
'requests',
'pycryptodome',
'ecdsa',
'six',
'base58'
'requests>=2.20.0',
'pycryptodome==3.6.6',
'ecdsa==0.13',
'six>=1.8.0',
'base58>=1.0.0'
],
zip_safe=False)

Expand Down

0 comments on commit 8a917cd

Please sign in to comment.