-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (28 loc) · 1.26 KB
/
pyproject.toml
File metadata and controls
33 lines (28 loc) · 1.26 KB
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
30
31
32
33
[build-system]
requires = [ "poetry-core>=1.0.4", ]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 88
target-version = ["py36", "py37", "py38", "py39", "py310"]
exclude = "((.eggs | .git | .pytest_cache | build | dist))"
[tool.poetry]
name= "botanalytics"
description = "Botanalytics Python SDK"
version = "3.0.0"
authors = [ "Botanalytics, Inc. <hello@botanalytics.co>",]
maintainers = [ "Enis Gayretli <enis@botanalytics.co>", "Deniz Acay <deniz@botanalytics.co>" ]
homepage = "https://botanalytics.co"
repository = "https://github.com/botanalytics/python-sdk"
documentation = "https://docs.beta.botanalytics.co/docs/integration/sdks/python/getting-started"
classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: MIT :: Apache Software License", "Topic :: Software Development :: Libraries", ]
keywords = [ "conversational-analytics", "conversational-agents", "conversational-ai", "bots", "chatbot", "chatbot", "botanalytics", "analytics", "rasa", "universal", ]
include = [ "LICENSE.txt", "README.md",]
readme = "README.md"
license = "MIT"
[tool.poetry.dependencies]
python = ">=3.6,<3.10"
requests = "^2.27.1"
requests-toolbelt = "^0.9.1"
python-dotenv = "^0.20.0"
loguru = "^0.6.0"
toml = "^0.10.0"