This commit is contained in:
AF 2021-11-27 18:21:18 +03:00
parent dcb4d75247
commit bda7e98b20
2 changed files with 13 additions and 0 deletions

View File

@ -1,2 +1,3 @@
setuptools~=57.0.0
aiohttp~=3.8.1
PyNaCl~=1.4.0

12
setup.py Normal file
View File

@ -0,0 +1,12 @@
from setuptools import setup
setup(
name='v6d0auth',
version='',
packages=['v6d0auth'],
url='',
license='',
author='PARRRATE T&V',
author_email='',
description=''
)