Skip to content

Commit

Permalink
Update setup.py to install required dependency "pycryptodome"
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanteodoru authored Aug 3, 2023
1 parent 6b8cd48 commit dbb3bcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='py3cw',
version='0.1.0',
version='0.1.1',

description='3commas Python wrapper',

Expand All @@ -23,5 +23,6 @@

install_requires=[
'requests',
'pycryptodome',
],
)

0 comments on commit dbb3bcd

Please # to comment.