Spaces:
Running
Running
# https://docs.pyinvoke.org/en/latest/index.html | |
run: | |
echo: true | |
app: | |
path: "app.py" | |
database: | |
collection: "resume" | |
path: "database" | |
linkedin: | |
html: "files/linkedin.html" | |
markdown: "files/linkedin.md" | |
text: "files/linkedin.txt" | |
mypy: | |
cache: ".mypy_cache/" | |
pip: | |
requirements: "requirements.txt" | |
requirements_dev: "requirements-dev.txt" | |
python: | |
files: "tasks/ *.py" | |
path: "python3" | |
venv: | |
path: ".venv/" | |
python: ".venv/bin/python" | |