forked from uberdeveloper/omspy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
35 lines (31 loc) · 826 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
[tool.poetry]
name = "omspy"
version = "0.9.0"
description = ""
license = "MIT"
authors = ["Ubermensch <[email protected]>"]
readme = "README.md"
repository = "https://github.com/uberdeveloper/omspy"
[tool.poetry.dependencies]
python = "^3.8"
pendulum = "^2.1.2"
pydantic = "^1.8.2"
PyYAML = "^5.4.1"
sqlite-utils = "^3.22.1"
[tool.poetry.group.test.dependencies]
coverage = "^6.0.2"
selenium = "^3.141.0"
pytest = "^5.2"
pytest-watch = "^4.2.0"
pre-commit = "^2.17.0"
[tool.poetry.group.brokers.dependencies]
pyotp = "^2.6.0"
kiteconnect = "^4.0.0"
requests = "^2.25.0"
fyers-apiv2 = "^2.0.5"
requests-oauthlib = "^1.3.1"
ks-api-client = {git = "https://github.com/osparamatrix/ks-orderapi-python.git"}
pandas = "^1.4.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"