mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
build, twine and wheel packages should all be installed in order to be able to build and release python-tuf -- add those dependencies to requirements-dev.txt Signed-off-by: Joshua Lock <jlock@vmware.com>
8 lines
191 B
Text
8 lines
191 B
Text
# Install tuf in editable mode and requirements for local testing with tox,
|
|
# and also for running test suite or individual tests manually
|
|
build
|
|
tox
|
|
twine
|
|
wheel
|
|
-r requirements-test.txt
|
|
-e .
|