From 1d56398f21331ad1944b81aabfb00a50c6116657 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 29 Jan 2023 14:04:39 +0800 Subject: [PATCH] requrements --- pyproject.toml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d23ea0..9cbc1eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,18 +1,3 @@ -[tool.poetry.dependencies] -python = ">=3.8" -psutil = "^5.9.3" -objprint = "^0.2.2" -Pillow = "^9.2.0" -tomlkit = "^0.11.6" -rtoml = "^0.8.0" -setuptools = "^65.5.0" -viztracer = "^0.15.4" -vizplugins = "^0.1.2" -Cython = "^0.29.32" -defusedxml = "*" - - - [tool.pdm.build] includes = ["difficult_rocket"] [build-system]