forked from LBRYCommunity/lbry-sdk
python 3.6 is also supported
This commit is contained in:
parent
25046124c0
commit
c2a9027c19
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ setup(
|
||||||
),
|
),
|
||||||
packages=find_packages(exclude=('tests',)),
|
packages=find_packages(exclude=('tests',)),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
python_requires='>=3.7',
|
python_requires='>=3.6',
|
||||||
install_requires=(
|
install_requires=(
|
||||||
'twisted',
|
'twisted',
|
||||||
'ecdsa',
|
'ecdsa',
|
||||||
|
|
Loading…
Add table
Reference in a new issue