18 lines
377 B
Python
18 lines
377 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='v6d0auth',
|
|
version='',
|
|
packages=['v6d0auth'],
|
|
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'
|
|
]
|
|
)
|