fix setup.py requirements
This commit is contained in:
parent
916cd1ab94
commit
7f910ba91b
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
with open(Path(__file__) / 'requirements.txt') as f:
|
with open(Path(__file__) / '../requirements.txt') as f:
|
||||||
install_requires = f.read().strip().split('\n')
|
install_requires = f.read().strip().split('\n')
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
Loading…
Reference in New Issue
Block a user