-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyprojectPoetry.toml
29 lines (24 loc) · 1.09 KB
/
pyprojectPoetry.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[tool.poetry]
name = "evdschat"
version = "0.1.6"
description = "evdschat is an open-source Python package designed to enhance the evdspy package by allowing users to interact with the evdschat Application. This Node.js project aims to provide the most specific and accurate data users request during conversations, based on arguments such as start date, end date, and aggregation type, as described in the evdspy."
authors = ["sermet.pekin <[email protected]>"]
license = "CC BY-NC 4.0"
readme = "README.md"
repository = "https://github.com/SermetPekin/evdschat" # Add this line
keywords = ["evdspy", "evdschat", "chatbot", "data-aggregation", "open-source", "Node.js", "Python", "API", "TCMB", "CBRT", "Generative AI"]
[tool.poetry.dependencies]
python = "^3.9"
evdspy = ">=1.1.40"
rich = ">=13.7.1"
requests = ">=2.32.3"
python-dotenv = ">=1.0.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
ruff = "^0.5.6"
tox = "^4.16.0"
[tool.poetry.scripts]
evdschat = "evdschat:chat_console"
[build-system]
requires = ["poetry-core>=1.0.0", "setuptools>=42.0.0"]
build-backend = "setuptools.build_meta"