-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
62 lines (55 loc) · 1.33 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
50
51
52
53
54
55
56
57
58
59
60
61
62
[tool.poetry]
authors = ["gocreating <[email protected]>"]
description = ""
name = "chore-master-python"
package-mode = false
packages = []
version = "0.1.0"
[tool.poetry.dependencies]
python = "^3.10"
[tool.poetry.group.chore_master_api.dependencies]
aiosqlite = "^0.20.0"
alembic = "^1.13.2"
asyncpg = "^0.29.0"
beautifulsoup4 = "^4.12.3"
ccxt = "^4.2.63"
fastapi = "^0.110.2"
google-api-python-client = "^2.131.0"
google-auth = "^2.29.0"
httpx = "^0.27.0"
motor = "^3.5.1"
nest-asyncio = "^1.6.0"
# patchright = "^1.49.1"
pandas = "^2.2.2"
pydantic = "^2.6.3"
pyjwt = {extras = ["crypto"], version = "^2.8.0"}
pymongo = "==4.6.0"
python = "^3.10"
python-multipart = "^0.0.20"
shortuuid = "^1.0.13"
sqlalchemy = {extras = ["asyncio"], version = "^2.0.32"}
sqlmodel = "^0.0.22"
uvicorn = "^0.29.0"
[tool.poetry.group.bill_processor.dependencies]
beautifulsoup4 = "^4.12.3"
lxml = "^5.2.2"
matplotlib = "^3.9.1"
pandas = "^2.2.2"
python = "^3.10"
shioaji = {extras = ["speed"], version = "^1.2.3"}
[tool.poetry.group.okx_funding_fee_arbitrage.dependencies]
ccxt = "^4.2.63"
fastapi = "^0.110.2"
pandas = "^2.2.2"
pydantic = "^2.6.3"
python = "^3.10"
python-dotenv = "^1.0.0"
shortuuid = "^1.0.13"
uvicorn = "^0.29.0"
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
isort = "^5.12.0"
[tool.black]
line-length = 88
[tool.isort]
profile = "black"