-
Notifications
You must be signed in to change notification settings - Fork 27
/
pyproject.toml
39 lines (34 loc) · 930 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
[tool.poetry]
name = "omspy"
version = "0.17.1"
description = ""
license = "MIT"
authors = ["Ubermensch <uberdeveloper001@gmail.com>"]
readme = "README.md"
repository = "https://github.com/uberdeveloper/omspy"
[tool.poetry.dependencies]
python = "^3.9"
pendulum = {extras = ["test"], version = "^3.0.0"}
pydantic = "^1.8.2"
PyYAML = "^6.0.0"
sqlite-utils = "^3.22.1"
[tool.poetry.group.server.dependencies]
fastapi = "^0.92.0"
[tool.poetry.group.test.dependencies]
coverage = "^6.0.2"
pytest-watch = "^4.2.0"
pre-commit = "^2.17.0"
httpx = "^0.23.3"
pytest = "^8.3.3"
[tool.poetry.group.brokers.dependencies]
pyotp = "^2.6.0"
kiteconnect = "^5.0.0"
requests = "^2.25.0"
ks-api-client = {git = "https://github.com/osparamatrix/ks-orderapi-python.git"}
nodriver = "^0.37"
requests-oauthlib = "^2.0.0"
pandas = "^2.2.3"
numpy = "<2.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"