forked from OpenBB-finance/OpenBB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
142 lines (136 loc) · 3.88 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# https://python-poetry.org/docs/dependency-specification/
[tool.poetry]
name = "OpenBBTerminal"
version = "1.5.0"
description = ""
authors = ["Didier Rodrigues Lopes"]
packages = [
{ include = "openbb_terminal" },
]
[tool.poetry.scripts]
openbb = 'terminal:terminal'
[tool.poetry.dependencies]
python = "^3.8,<3.10"
iso8601 = "^0.1.14"
FundamentalAnalysis = "^0.2.6"
requests = "^2.25.1"
alpha-vantage = "^2.3.1"
finviz = "^1.3.4"
bs4 = "^0.0.1"
rapidfuzz = "^1.1.1"
yfinance = "^0.1.63"
psaw = "^0.0.12"
praw = "^7.1.4"
Quandl = "^3.6.0"
pytrends = "^4.7.3"
matplotlib = "^3.3.3"
plotly = "^5.0.0"
papermill = "^2.3.2"
prompt-toolkit = "^3.0.16"
jupyter = "^1.0.0"
jupyterlab = "^3.2.4"
mplfinance = "^0.12.7-alpha.7"
seaborn = "^0.11.0"
fredapi = "^0.4.3"
screeninfo = "^0.6.7"
robin-stocks = "^2.0.3"
pyally = "^1.1.2"
pycoingecko = "^2.2.0"
detecta = "^0.0.5"
tradingview-ta = "^3.2.3"
finvizfinance = "^0.14.0"
statsmodels = "^0.13"
pyportfolioopt = "^1.4.1"
selenium = "^4.1.3"
python-coinmarketcap = "^0.2"
oandapyV20 = "^0.6.3"
valinvest = "^0.0.2"
bt = "^0.2.9"
vaderSentiment = "3.3.2"
mypy = "^0.930"
GitPython = "^3.1.17"
pyEX = "^0.5.0"
sentiment-investor = "^2.0.0"
fred = "^3.1"
financedatabase = "1.0.2"
reportlab = "^3.6.2"
holidays = "^0.11.3"
degiro-connector = "^2.0.3"
python-binance = "^1.0.15"
python-i18n = "^0.3.9"
thepassiveinvestor = "^1.0.10"
pymongo = "3.11"
pandas-ta = "^0.3.14-beta.0"
pmdarima = "^1.8.4"
pyrsistent = "^0.18.0"
openpyxl = "^3.0.9"
jsonschema = "3.2.0"
pandas = "^1.3.5"
pandas-market-calendars = "~3.2"
ipympl = "^0.8.2"
voila = "^0.3.0"
rich = "^10.16.1"
investpy = "^1.0.7"
dnspython = "^2.1.0"
numpy = "1.21.2"
python-dotenv = "^0.19.2"
Pygments = "^2.11.2"
ascii-magic = "^1.6"
squarify = "^0.4.3"
finnhub-python = "^2.4.10"
linearmodels = "^4.25"
black = "22.1"
ipywidgets = "^7.7.0"
Jinja2 = "3.0.3" # Remove pinned version when Voila supports 3.1
click = "8.0.1" # Remove pinned version when Black supports 8.1
Riskfolio-Lib = "^3.1.1"
pyimgur = {version = "^0.6.0", optional = true}
libclang = {version = "<12.0.0", optional = true}
tensorflow = {version = "2.7.1", optional = true} # Remove pinned version once working >2.8 builds will be available on macOS
fastapi = {version = "^0.73.0", optional = true}
uvicorn = {version = "^0.17.1", optional = true}
disnake = {version = "^2.3.0", optional = true}
PyNaCl = {version = "^1.5.0", optional = true}
pyTelegramBotAPI = {version = "^4.4.0", optional = true}
slack-bolt = {version = "^1.11.6", optional = true}
undetected-chromedriver = {version = "^3.1.5", optional = true}
pyinstaller = {version = "^4.10", optional = true}
boto3 = {version = "^1.21.14", optional = true}
natsort = {version = "^8.1.0", optional = true}
jupyterlab-code-formatter = {version = "^1.4.10", optional = true}
jupyterlab-lsp = {version = "^3.10.1", optional = true}
jedi-language-server = {version = "^0.35.1", optional = true}
kaleido = {version = "<=0.2.1", optional = true}
html5lib = "^1.1"
[tool.poetry.dev-dependencies]
pytest = "^6.2.2"
pylint = "2.13.9"
flake8 = "^3.9.0"
mypy = "^0.930"
mock = "^4.0.3"
codespell = "^2.0.0"
pyupgrade = "^2.11.0"
sphinx = "4.1.1"
myst-parser = "^0.15.2"
black = {extras = ["jupyter"], version = "22.1.0"}
bandit = "^1.7.0"
coverage = ">=5.5"
vcrpy = "^4.1.1"
pytest-mock = "^3.6.1"
pytest-recording = "^0.12.0"
types-pytz = "^2021.3.1"
types-requests = "^2.26.0"
types-PyYAML = "^6.0.1"
types-python-dateutil = "^2.8.3"
types-setuptools = "^57.4.7"
pre-commit = "^2.16.0"
pytest-cov = "^3.0.0"
types-six = "^1.16.12"
[tool.poetry.extras]
prediction = ["tensorflow", "u8darts"]
bots = ["boto3", "pyimgur", "fastapi", "uvicorn", "disnake", "PyNaCl", "pyTelegramBotAPI", "slack-bolt", "undetected-chromedriver", "natsort", "kaleido"]
jupyterlab = ["jupyterlab-code-formatter", "jupyterlab-lsp", "jedi-language-server"]
installer = ["pyinstaller"]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"