Skip to content

Commit

Permalink
toml file was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Jul 22, 2024
1 parent be2aec6 commit d7b5621
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <sermet.pekin@gmail.com>"]
license = "MIT"
Expand All @@ -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"
Expand Down

0 comments on commit d7b5621

Please sign in to comment.