Skip to content

Root setup instructions broken: Python dependencies only exist inside backend/ and sync-microservice/ #879

Description

@nishantxscooby

Environment:

  • OS: macOS
  • Python: 3.11

Steps:

  1. Clone repository
  2. Create venv at root
  3. Attempt pip install -r requirements.txt

Actual:
requirements.txt not found at root.

Findings:

  • backend/ contains requirements.txt and pyproject.toml
  • sync-microservice/ contains pyproject.toml
  • Root has Python files (app.py, utils/) but no dependency specification or setup instructions.

Expected:
Either:

  • Provide root-level requirements.txt / pyproject.toml
    OR
  • Update README with clear instructions on where to install dependencies from.

This currently blocks new contributors from setting up the project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions