v6d0auth/setup.py
2021-12-22 19:03:33 +03:00

18 lines
378 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.ongoteam.net/PTV/ptvp35.git@25727aabd7afd69f66051c806190480302e67260'
]
)