From 846746d8f43600d338b0f1fa9ecd0683f41af9e9 Mon Sep 17 00:00:00 2001 From: maca8e <37773554+maca8e@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:31:42 +0200 Subject: [PATCH] added dependcies from setup.py using poetry --- pyproject.toml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f33f1d7..13d8eb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,8 +32,26 @@ documentation = "https://lipyd.readthedocs.io/" readme = "README.md" [tool.poetry.dependencies] -python = "^3.9" +python = "^3.10" toml = "*" +numpy = "^2.0.0" +scipy = "^1.14.0" +matplotlib = "^3.9.0" +fastcluster = "^1.2.6" +pycurl = "^7.45.3" +fabric3 = "^1.14.post1" +lxml = "^5.2.2" +xlrd = "^2.0.1" +httplib2 = "^0.22.0" +seaborn = "^0.13.2" +openpyxl = "^3.1.4" +xlsxwriter = "^3.2.0" +future = "^1.0.0" +tqdm = "^4.66.4" +xmltodict = "^0.13.0" +bs4 = "^0.0.2" +regex = "^2024.5.15" +timeloop = "^1.0.2" [tool.poetry.dev-dependencies] pytest = ">=6.0"