Skip to content

Commit 31bf46f

Browse files
author
Arjan Zijderveld
committed
Updated requirements
1 parent 7547372 commit 31bf46f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
base58==1.0.3
2-
atomicwrites==1.3.0
3-
attrs==19.1.0
4-
coverage==4.5.3
5-
more-itertools==7.0.0
6-
pluggy==0.9.0
7-
py==1.8.2
2+
atomicwrites==1.4.0
3+
attrs==19.3.0
4+
coverage==5.2
5+
more-itertools==8.4.0
6+
pluggy==0.13.1
7+
py==1.9.0
88
pytest==5.4.3
99
six==1.15.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
#
159159
# For an analysis of "install_requires" vs pip's requirements files see:
160160
# https://packaging.python.org/en/latest/requirements.html
161-
install_requires=['more-itertools'], # Optional
161+
install_requires=['more-itertools', 'base58==1.0.3'], # Optional
162162

163163
# List additional groups of dependencies here (e.g. development
164164
# dependencies). Users will be able to install these using the "extras"

0 commit comments

Comments
 (0)