diff --git a/setup.py b/setup.py index 3166f58ca6d6cfff607ad8e82af20e4d4a5eb402..8a94d0d97f65a2f1a6dd9f9ce80635f5454f7fca 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ from setuptools import setup, find_packages - +from pathlib import Path project_root_dir = Path(__file__).parent.resolve() with open(project_root_dir / "requirements.txt", "r", encoding="utf-8") as _file: INSTALL_REQUIRES = _file.read().splitlines()