Skip to content

Commit ac94cd0

Browse files
committed
update dependencies + use focal dist for travis
1 parent 8fe03d4 commit ac94cd0

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: python
2-
os: linux
2+
dist: focal
33
python:
44
- 3.6
55
- 3.7
66
- 3.8
77
- 3.9
8-
- "3.10-dev"
8+
- 3.10
99

1010
install:
1111
- pip3 install .

setup.cfg

Lines changed: 0 additions & 4 deletions
This file was deleted.

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setup(name='block-io',
7-
version='2.0.5',
7+
version='2.0.6',
88
description='The easiest way to integrate Bitcoin, Dogecoin and Litecoin in your applications. Sign up at Block.io for your API key.',
99
url='https://github.com/BlockIo/block_io-python',
1010
author='Atif Nazir',
@@ -15,9 +15,9 @@
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
install_requires=[
18-
'requests>=2.25.0',
18+
'requests>=2.25.0,<3.0',
1919
'pycryptodome>=3.9.9,<4.0',
20-
'base58==2.1.0',
21-
'bitcoin-utils-fork-minimal==0.4.11.4'
20+
'base58>=2.1,<2.2',
21+
'bitcoin-utils-fork-minimal==0.4.11.6'
2222
],
2323
zip_safe=False)

0 commit comments

Comments
 (0)