From 54301ce1809c8403f66c8ab79022c7279455e4e6 Mon Sep 17 00:00:00 2001 From: Matthew Mazzola Date: Sun, 3 Mar 2024 18:41:39 +0000 Subject: [PATCH] Add note about requirements.txt --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1c61295..682f615 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,9 @@ version = "1.0" requires-python = ">= 3.9" readme = "README.md" +# TODO: Move dependencies from requirements.txt to here +# dependencies = [] + [project.urls] "Homepage" = "https://mathvista.github.io/" "Bug Tracker" = "https://github.com/lupantech/MathVista/issues"