-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
49 lines (45 loc) · 1.13 KB
/
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
46
47
48
49
[tool.poetry]
name = "service_upload"
version = "2.2.8"
description = ""
authors = ["Indoc Research"]
[tool.poetry.dependencies]
python = "^3.10"
fastapi-utils = "0.2.1"
uvicorn = "0.30.6"
uvloop = "0.20.0"
httptools = "0.6.1"
python-multipart = "0.0.9"
python-dotenv = "0.19.1"
pydantic = "1.8.2"
opentelemetry-instrumentation-fastapi = "^0.27b0"
opentelemetry-instrumentation-httpx = "^0.27b0"
opentelemetry-sdk = "^1.8.0"
opentelemetry-exporter-jaeger = "^1.8.0"
opentelemetry-instrumentation-asyncpg = "^0.27b0"
opentelemetry-instrumentation = "^0.27b0"
asyncpg = "0.29.0"
aioredis = "^2.0.1"
aiofiles = "^0.8.0"
aiokafka = "^0.7.2"
fastavro = "^1.5.2"
fastapi = "0.88.0"
fastapi-health = "^0.4.0"
py7zr = "^0.20.2"
rarfile = "^4.0"
python-magic = "^0.4.27"
pilot-platform-common = "0.3.0"
[tool.poetry.dev-dependencies]
pytest = "7.1.2"
pytest-cov = "^3.0.0"
pytest-asyncio = "^0.18.3"
pytest-mock = "^3.7.0"
pytest-httpx = "^0.21.0"
flake8 = "^4.0.1"
async-asgi-testclient = "^1.4.9"
[tool.pytest.ini_options]
testpaths = "tests"
asyncio_mode = "auto"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"