Skip to content

Commit dbb3bcd

Browse files
Update setup.py to install required dependency "pycryptodome"
1 parent 6b8cd48 commit dbb3bcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='py3cw',
5-
version='0.1.0',
5+
version='0.1.1',
66

77
description='3commas Python wrapper',
88

@@ -23,5 +23,6 @@
2323

2424
install_requires=[
2525
'requests',
26+
'pycryptodome',
2627
],
2728
)

0 commit comments

Comments
 (0)