-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (38 loc) · 824 Bytes
/
pyproject.toml
File metadata and controls
41 lines (38 loc) · 824 Bytes
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
[tool.poetry]
name = "marketfirstpreprocesshub"
version = "0.1.0"
description = ""
authors = ["skip"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.12.7"
pandas = "^2.2.3"
numpy = "^2.1.2"
confluent-kafka = "^2.6.0"
pydantic = "^2.9.2"
aiokafka = "^0.11.0"
cctx = "^1.0.0"
kafka-python-ng = "^2.2.3"
kafka-python = "^2.0.2"
mmh3 = "^5.0.1"
pyyaml = "^6.0.2"
aiohttp = "^3.10.10"
setuptools = "^75.2.0"
tenacity = "^9.0.0"
forex-python = "^1.8"
finance-datareader = "^0.9.94"
bs4 = "^0.0.2"
plotly = "^5.24.1"
psutil = "^6.1.0"
pytest-asyncio = "^0.24.0"
scipy = "^1.14.1"
pympler = "^1.1"
memory-profiler = "^0.61.0"
pydantic-settings = "^2.6.1"
msgspec = "^0.18.6"
orjson = "^3.10.11"
redis = "^5.2.0"
aioredis = "^2.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"