forked from vcon-dev/vcon-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
45 lines (41 loc) · 905 Bytes
/
pyproject.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[tool.poetry]
name = "vcon-server"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
gunicorn = "^21.2.0"
datadog = "^0.48.0"
uvicorn = "0.23.2"
redis = "4.6.0"
fastapi = "0.110.0"
python-json-logger = "2.0.4"
pyyaml = "^6.0.1"
peewee = "3.15.3"
sentry-sdk = "1.35.0"
pydantic = "^2.6.2"
tenacity = "^8.2.3"
uuid6 = "^2024.1.12"
pydash = "^7.0.7"
requests = "^2.31.0"
slack-sdk = "^3.27.1"
boto3 = "^1.34.52"
deepgram-sdk = "^3.1.5"
openai = "^1.44.1"
psycopg2-binary = "^2.9.9"
pymongo = "^4.6.2"
elasticsearch = "^8.13.1"
pycose= "^1.0.1"
ecdsa= "^0.18.0"
python-dotenv = "^1.0.1"
[tool.poetry.group.dev.dependencies]
black = "^24.2.0"
pytest = "^8.0.2"
pytest-asyncio = "^0.23.5"
faker = "^24.0.0"
pytest-dotenv = "^0.5.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"