19 lines
493 B
Python
19 lines
493 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.ongoteam.net/PTV/ptvp35.git@25727aabd7afd69f66051c806190480302e67260',
|
|
'v6d0auth @ git+https://gitea.ongoteam.net/PTV/v6d0auth.git@20a8c7a4f67d193e193f3862f1019976343ad711'
|
|
]
|
|
)
|