Skip to content

Update local dev docs for uv/Vercel workflow; remove LastPass script - #85

Draft
fffergal with Copilot wants to merge 6 commits into
masterfrom
copilot/update-project-uv-instead-pip-tools
Draft

Update local dev docs for uv/Vercel workflow; remove LastPass script#85
fffergal with Copilot wants to merge 6 commits into
masterfrom
copilot/update-project-uv-instead-pip-tools

Conversation

CopilotAI commented Mar 15, 2026

Copy link
Copy Markdown
Contributor

Local run instructions and README both referenced the old pip-tools workflow and a LastPass-based secrets setup that no longer apply.

Changes

make_env.sh — deleted; replaced by vercel link

README.md

  • Env var setup: replace LastPass/.env instructions with vercel link (pulls all secrets into .env.local)
  • Dependency install: replace pip install uv && uv sync with uv sync + link to uv install docs (user's choice of install method)
  • Contributing: replace setup.py/requirements.txt/pip-tools instructions with pyproject.toml + uv lock
  • Flask run command: flask --app api.index --debuguv run flask --app api/index.py run --port 5000

.github/copilot-instructions.md (local run section)

  • Prerequisites: drop pip install uv; link to uv install docs instead
  • Step 2: drop vercel env pull --environment=preview — dev Vercel environment now contains all vars, vercel link alone is sufficient
  • Step 4: source only .env.local (remove dual-file sourcing)
  • Troubleshooting: update wording to match single env file

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

@vercel

vercelBot commented Mar 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
fructifyReadyReadyPreview, CommentMar 16, 2026 8:43am

Co-authored-by: fffergal <148789+fffergal@users.noreply.github.com>
CopilotAI changed the title [WIP] Update project to use uv instead of pip-toolsMigrate from pip-tools to uvMar 15, 2026
CopilotAI requested a review from fffergalMarch 15, 2026 14:36
…te copilot instructions
Co-authored-by: fffergal <148789+fffergal@users.noreply.github.com>
…ng lock versions
Co-authored-by: fffergal <148789+fffergal@users.noreply.github.com>
…cal run steps
Co-authored-by: fffergal <148789+fffergal@users.noreply.github.com>
CopilotAI changed the title Migrate from pip-tools to uvUpdate docs for uv-based workflowMar 15, 2026
…l link workflow
Co-authored-by: fffergal <148789+fffergal@users.noreply.github.com>
CopilotAI changed the title Update docs for uv-based workflowUpdate local dev docs for uv/Vercel workflow; remove LastPass scriptMar 16, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@fffergal