From 5be5340b998c3a9ca4cbbabdc6a17fbfa8c3def0 Mon Sep 17 00:00:00 2001 From: Simon Blanke Date: Tue, 2 Apr 2024 15:03:00 +0200 Subject: [PATCH] change req. from .txt to .in --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c7c8f6..3809ee2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers=[ ] [tool.setuptools.dynamic] -dependencies = {file = ["requirements/requirements.txt"]} +dependencies = {file = ["requirements/requirements.in"]} [project.optional-dependencies] dev = ["check-manifest"]