From d7b5621c74eedddc28e600b2f3d30dd0aa81f7d8 Mon Sep 17 00:00:00 2001 From: Sermet Pekin Date: Mon, 22 Jul 2024 14:57:54 +0300 Subject: [PATCH] toml file was updated --- pyproject.toml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3de632d..ac3c3d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,9 @@ + + [tool.poetry] name = "evdspy" -version = "1.1.25" +version = "1.1.26" description = "A versatile interface for the 'EDDS' (EVDS) API of the Central Bank of the Republic of Türkiye (https://evds2.tcmb.gov.tr/index.php?/evds/userDocs). This package allows users to easily access and manage economic data through a user-friendly menu function. It features a robust caching mechanism to enhance the efficiency of data requests by storing frequently accessed data for selected periods. Required API keys can be obtained by registering on the EVDS website." authors = ["Sermet Pekin "] license = "MIT" @@ -24,14 +26,14 @@ classifiers = [ ] [tool.poetry.dependencies] python = "^3.9" -pandas = "^1.5.0" -openpyxl = "^3.0.10" -rich = "^12.5.1" -requests = "^2.28.1" -pytest = "^7.0.0" +pandas = ">1.5.0" +openpyxl = ">3.0.10" +rich = ">=12.5.1" +requests = ">=2.28.1" +pytest = ">=7.0.0" [tool.poetry.dev-dependencies] -pygments = "^2.6.0" -commonmark = "^0.9.0" +pygments = ">=2.6.0" +commonmark = ">=0.9.0" typing-extensions = { version = ">=4.0.0, <5.0", python = "<3.9" } black = "^22.6" mypy = "^0.971"