This repository has been archived on 2024-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
v6d1tokens/setup.py
2022-11-01 08:03:04 +00:00

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',
]
)