dennisvang / tufup

Automated updates for stand-alone Python applications.
MIT License
90 stars 1 forks source link

Fix issue 44: tuf dependency #46

Closed dennisvang closed 2 years ago

dennisvang commented 2 years ago

Fixes #44

Install dependencies from setup.cfg using pip install . (from project root directory), then freeze into requirements.txt

Note that we use a function from setuptools on the repo side, but setuptools is considered special, so it is excluded from the pip freeze output... See e.g. this interesting discussion: https://github.com/pypa/pipenv/issues/1417