19 lines
492 B
Python
19 lines
492 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@632569a13521e6769ebe8bc4339c4f39a519be4f',
|
|
'v6d0auth @ git+https://gitea.parrrate.ru/PTV/v6d0auth.git@4c5dbaefece0721e27b8d38a4e7daa043400b3cf',
|
|
]
|
|
)
|