Skip to content

Can't compile pyproject.toml to requirements.txt #1619

@Pixel-Minions

Description

@Pixel-Minions

Hi,

I am running issues with the compilation of pyproject.toml to requirements.txt, I am using:
`uv pip compile pyproject.toml -o requirements.txt.

image

This is the content of the toml:

[tool.poetry]
name = "test package"
version = "1.0.0"
description = "test team"
authors = ["test <test@example.com>"]

[tool.poetry.dependencies]
python = "^3.7"
boto3 = "^1.29"
QtPy = "^2.4"
Fileseq = "^1.15"
sentry-sdk = "^1.35"
qtmodern = "^0.2"
pystray = "^0.19"
rpyc = "^5.3"

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionAsking for clarification or support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions