install_requires fix
This commit is contained in:
parent
a09f3f1a0b
commit
e874cad563
9
setup.py
9
setup.py
@ -1,9 +1,10 @@
|
|||||||
from pathlib import Path
|
|
||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
with open(Path(__file__) / '../requirements.txt') as f:
|
install_requires = '''
|
||||||
install_requires = f.readlines()
|
setuptools~=57.0.0
|
||||||
|
aiohttp~=3.8.1
|
||||||
|
PyNaCl~=1.4.0
|
||||||
|
'''.strip().splitlines()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='v6d0auth',
|
name='v6d0auth',
|
||||||
|
Loading…
Reference in New Issue
Block a user