Skip to content
Snippets Groups Projects
Commit 602db604 authored by Christoph Harmel's avatar Christoph Harmel
Browse files

fix: setup.py

parent d2d79644
No related branches found
No related tags found
1 merge request!31Ci
Pipeline #14858 failed
from setuptools import setup, find_packages from setuptools import setup, find_packages
project_root_dir = Path(__file__).parent.resolve()
with open(project_root_dir / "requirements.txt", "r", encoding="utf-8") as _file: with open(project_root_dir / "requirements.txt", "r", encoding="utf-8") as _file:
INSTALL_REQUIRES = _file.read().splitlines() INSTALL_REQUIRES = _file.read().splitlines()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment