19 lines
491 B
Python
19 lines
491 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='v6d1tokens',
|
|
version='',
|
|
packages=['v6d1tokens'],
|
|
url='',
|
|
license='',
|
|
author='PARRRATE T&V',
|
|
author_email='',
|
|
description='',
|
|
install_requires=[
|
|
'aiohttp',
|
|
'PyNaCl~=1.4.0',
|
|
'ptvp35 @ git+https://gitea.parrrate.ru/PTV/ptvp35.git@f3429eb1ebddda9d31c0c8b6a5b780db20896ef0',
|
|
'v6d0auth @ git+https://gitea.parrrate.ru/PTV/v6d0auth.git@ad35c6a2297b7eed7e30ec34477c9d045f6178d5'
|
|
]
|
|
)
|