forked from r0fls/soad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (35 loc) · 814 Bytes
/
pyproject.toml
File metadata and controls
38 lines (35 loc) · 814 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
[tool.poetry]
name = "soad"
version = "0.1.0"
description = ""
authors = ["Raphel Deem <raphael.deem@gmail.com>", "<Mike Kalange countablecloud@gmail.com>"]
readme = "README.md"
packages = [
{ include = "soad"}
]
[tool.poetry.dependencies]
python = "^3.12"
SQLAlchemy = "^2.0.36"
pytest = "^8.3.3"
tastytrade = "8.3"
pytest-asyncio = "^0.24.0"
requests-oauthlib = "^2.0.0"
PyYAML = "^6.0.2"
Flask = "^3.1.0"
Flask-Cors = "^5.0.0"
Flask-JWT-Extended = "^4.7.1"
python-json-logger = "^2.0.7"
pytz = "^2024.2"
numpy = "^2.1.3"
scipy = "^1.14.1"
asyncpg = "^0.30.0"
psycopg2-binary = "^2.9.10"
websocket-client = "^1.8.0"
yfinance = "^0.2.50"
greenlet = "^3.1.1"
python-dotenv = "^1.0.1"
aiohttp = "^3.11.8"
asyncio = "^3.4.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"