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': [ 'v6d0auth[full] @ git+https://gitea.parrrate.ru/PTV/v6d0auth.git@f67bdf12ca73087333c07812442b25fd20a5e35d', ], }, )