django-simple-deploy/django-simple-deploy

Update package management

Open

#381 创建于 2024年11月30日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (46 fork)github user discovery
architecturehelp wantedstabilityuv

仓库指标

Star
 (427 star)
PR 合并指标
 (PR 指标待抓取)

描述

This project was started when Python package managers were really proliferating. It's currently focused on the tool the user has chosen for package management, rather than the specification file.

  • Switch from trying to detect the package manager used, to the specification file that's found.
    • requirements.txt/ requirements.in
    • pyproject.toml
    • Pipfile
    • others?
  • Address @ git+ dependencies. An updated dependency management approach should address this.

贡献者指南