Skip to content

Conversation

@kdiri
Copy link
Owner

@kdiri kdiri commented Jan 21, 2026

This PR migrates the project from Poetry to uv for faster and simpler dependency management.

Changes

  • ✅ Updated pyproject.toml to use standard PEP 621 format
  • ✅ Removed poetry.lock
  • ✅ Dependencies remain the same: Flask and Loguru

Benefits

  • 🚀 10-100x faster dependency resolution
  • 📦 Single binary tool, no separate Python environment needed
  • 📝 Standard pyproject.toml format
  • 🎯 Simpler workflow

After Merging

# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh

# Install dependencies
uv sync

# Run the app
uv run python -m flask run

See MIGRATION.md for details.

Sign up for free to 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