From 8dfa0dfa9dd94e3a9b76a6830f9e317565212dc5 Mon Sep 17 00:00:00 2001 From: Nutchanon Ninyawee Date: Sun, 31 Jan 2021 01:55:49 +0700 Subject: [PATCH] bump and make `pandas` req deps --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a0f15e..c99137c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thaifin" -version = "0.2.1" +version = "0.2.2" description = "A Python library for access thai stock fundamental data up to 10+ years." authors = ["Nutchanon Ninyawee "] license = "ISC" @@ -16,7 +16,7 @@ pydantic = "^1.6.1" arrow = "^0.16.0" fuzzywuzzy = "^0.18.0" python-Levenshtein = { version = "^0.12.0", optional = true } -pandas = { version = "^1.0.5", optional = true } +pandas = "^1.0.5" numpy = "^1.19.5" cachetools = "^4.2.1" tenacity = "^6.3.1" @@ -31,7 +31,7 @@ datamodel-code-generator = "^0.5.30" pdoc = "^3.0.1" [tool.poetry.extras] -full = ["python-levenshtein", "pandas"] +full = ["python-levenshtein"] [build-system] requires = ["poetry>=0.12"]