Add backfill script for PyPI package dependencies
Script extracts Requires-Dist metadata from cached PyPI packages and stores them in artifact_dependencies table. Usage: docker exec <container> python -m backend.scripts.backfill_pypi_dependencies docker exec <container> python -m backend.scripts.backfill_pypi_dependencies --dry-run
This commit is contained in:
1
backend/scripts/__init__.py
Normal file
1
backend/scripts/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
# Scripts package
|
||||
Reference in New Issue
Block a user