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@324236f435c92756aefe22877a97a906c462ef2c', ], }, )