fix setup.py requirements
This commit is contained in:
parent
7f910ba91b
commit
9053b29ebb
@ -1,3 +1 @@
|
|||||||
setuptools~=57.0.0
|
.
|
||||||
aiohttp
|
|
||||||
PyNaCl~=1.4.0
|
|
||||||
|
11
setup.py
11
setup.py
@ -1,10 +1,5 @@
|
|||||||
from pathlib import Path
|
|
||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
with open(Path(__file__) / '../requirements.txt') as f:
|
|
||||||
install_requires = f.read().strip().split('\n')
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='v6d0auth',
|
name='v6d0auth',
|
||||||
version='',
|
version='',
|
||||||
@ -14,5 +9,9 @@ setup(
|
|||||||
author='PARRRATE T&V',
|
author='PARRRATE T&V',
|
||||||
author_email='',
|
author_email='',
|
||||||
description='',
|
description='',
|
||||||
install_requires=install_requires
|
install_requires=[
|
||||||
|
'setuptools~=57.0.0',
|
||||||
|
'aiohttp',
|
||||||
|
'PyNaCl~=1.4.0'
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user