transitive as extra
This commit is contained in:
parent
21b5be9a1a
commit
c4b7a4900d
8
setup.py
8
setup.py
@ -12,6 +12,10 @@ setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
'aiohttp',
|
'aiohttp',
|
||||||
'PyNaCl~=1.4.0',
|
'PyNaCl~=1.4.0',
|
||||||
'ptvp35 @ git+https://gitea.parrrate.ru/PTV/ptvp35.git@632569a13521e6769ebe8bc4339c4f39a519be4f'
|
],
|
||||||
]
|
extras_require={
|
||||||
|
'full': [
|
||||||
|
'ptvp35 @ git+https://gitea.parrrate.ru/PTV/ptvp35.git@632569a13521e6769ebe8bc4339c4f39a519be4f',
|
||||||
|
],
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user