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-04 05:32:01 +00:00

23 lines
552 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',
],
extras_require={
'full': [
# 'ptvp35 @ git+https://gitea.parrrate.ru/PTV/ptvp35.git@update_this_when_necessary',
'v6d0auth[full] @ git+https://gitea.parrrate.ru/PTV/v6d0auth.git@c4b7a4900d36cb74b5aa544864cbbd3125415bb4',
],
},
)