summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteh_coderer <me@tehcoderer.com>2023-06-08 20:00:46 -0400
committerGitHub <noreply@github.com>2023-06-09 00:00:46 +0000
commit2558bfec83832cdb10d525f70e9761a68243f72c (patch)
tree9fb4779e9f6d605f2b8d96b99707b483106af961
parent316e83dc003f613c51a6ba2c8fedfc3e480a0236 (diff)
closes #5104 (#5122)
-rw-r--r--openbb_terminal/core/plots/backend.py4
-rw-r--r--poetry.lock445
-rw-r--r--pyproject.toml2
-rw-r--r--requirements-full.txt6
-rw-r--r--requirements.txt6
5 files changed, 31 insertions, 432 deletions
diff --git a/openbb_terminal/core/plots/backend.py b/openbb_terminal/core/plots/backend.py
index 1d05b006c1b..ab88c4b55a6 100644
--- a/openbb_terminal/core/plots/backend.py
+++ b/openbb_terminal/core/plots/backend.py
@@ -359,7 +359,7 @@ class Backend(PyWry):
"""Override to check if isatty."""
if self.isatty:
message = (
- "[bold red]PyWry version 0.5.6 or higher is required to use the "
+ "[bold red]PyWry version 0.5.12 or higher is required to use the "
"OpenBB Plots backend.[/]\n"
"[yellow]Please update pywry with 'pip install pywry --upgrade'[/]"
)
@@ -374,7 +374,7 @@ class Backend(PyWry):
PyWry.__version__ = pywry_version # pylint: disable=W0201
- if version.parse(PyWry.__version__) < version.parse("0.5.6"):
+ if version.parse(PyWry.__version__) < version.parse("0.5.12"):
console.print(message)
self.max_retries = 0 # pylint: disable=W0201
return
diff --git a/poetry.lock b/poetry.lock
index 147c86dcf25..51ead0570ec 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,10 +1,9 @@
-# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
[[package]]
name = "absl-py"
version = "1.4.0"
description = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py."
-category = "main"
optional = true
python-versions = ">=3.6"
files = [
@@ -16,7 +15,6 @@ files = [
name = "aiodns"
version = "3.0.0"
description = "Simple DNS resolver for asyncio"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -31,7 +29,6 @@ pycares = ">=4.0.0"
name = "aiohttp"
version = "3.8.4"
description = "Async http client/server framework (asyncio)"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -140,7 +137,6 @@ speedups = ["Brotli", "aiodns", "cchardet"]
name = "aiosignal"
version = "1.3.1"
description = "aiosignal: a list of registered asynchronous callbacks"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -155,7 +151,6 @@ frozenlist = ">=1.1.0"
name = "alabaster"
version = "0.7.13"
description = "A configurable sidebar-enabled Sphinx theme"
-category = "dev"
optional = false
python-versions = ">=3.6"
files = [
@@ -167,7 +162,6 @@ files = [
name = "alpha-vantage"
version = "2.3.1"
description = "Python module to get stock data from the Alpha Vantage Api"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -183,7 +177,6 @@ requests = "*"
name = "altair"
version = "4.2.2"
description = "Altair: A declarative statistical visualization library for Python."
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -206,7 +199,6 @@ dev = ["black", "docutils", "flake8", "ipython", "m2r", "mistune (<2.0.0)", "pyt
name = "altgraph"
version = "0.17.3"
description = "Python graph (network) package"
-category = "main"
optional = true
python-versions = "*"
files = [
@@ -218,7 +210,6 @@ files = [
name = "ansiwrap"
version = "0.8.4"
description = "textwrap, but savvy to ANSI colors and styles"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -233,7 +224,6 @@ textwrap3 = ">=0.9.2"
name = "anyio"
version = "3.6.2"
description = "High level compatibility layer for multiple asynchronous event loop implementations"
-category = "main"
optional = false
python-versions = ">=3.6.2"
files = [
@@ -254,7 +244,6 @@ trio = ["trio (>=0.16,<0.22)"]
name = "appdirs"
version = "1.4.4"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -266,7 +255,6 @@ files = [
name = "appnope"
version = "0.1.3"
description = "Disable App Nap on macOS >= 10.9"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -278,7 +266,6 @@ files = [
name = "arch"
version = "5.5.0"
description = "ARCH for Python"
-category = "main"
optional = false
python-versions = ">=3.8"
files = [
@@ -318,7 +305,6 @@ statsmodels = ">=0.11"
name = "argon2-cffi"
version = "21.3.0"
description = "The secure Argon2 password hashing algorithm."
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -338,7 +324,6 @@ tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pytest"]
name = "argon2-cffi-bindings"
version = "21.2.0"
description = "Low-level CFFI bindings for Argon2"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -376,7 +361,6 @@ tests = ["pytest"]
name = "ascii-magic"
version = "1.6"
description = "Converts pictures into ASCII art"
-category = "main"
optional = false
python-versions = ">=3.5"
files = [
@@ -392,7 +376,6 @@ Pillow = "*"
name = "astor"
version = "0.8.1"
description = "Read/rewrite/write Python ASTs"
-category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
files = [
@@ -404,7 +387,6 @@ files = [
name = "astroid"
version = "2.15.0"
description = "An abstract syntax tree for Python with inference support."
-category = "dev"
optional = false
python-versions = ">=3.7.2"
files = [
@@ -421,7 +403,6 @@ wrapt = {version = ">=1.11,<2", markers = "python_version < \"3.11\""}
name = "astropy"
version = "5.2.1"
description = "Astronomy and astrophysics core library"
-category = "main"
optional = true
python-versions = ">=3.8"
files = [
@@ -475,7 +456,6 @@ test-all = ["coverage[toml]", "ipython (>=4.2)", "objgraph", "pytest (>=7.0)", "
name = "asttokens"
version = "2.2.1"
description = "Annotate AST trees with source code positions"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -493,7 +473,6 @@ test = ["astroid", "pytest"]
name = "async-timeout"
version = "4.0.2"
description = "Timeout context manager for asyncio programs"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -505,7 +484,6 @@ files = [
name = "atomicwrites"
version = "1.4.1"
description = "Atomic file writes."
-category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
@@ -516,7 +494,6 @@ files = [
name = "attrs"
version = "21.4.0"
description = "Classes Without Boilerplate"
-category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
@@ -534,7 +511,6 @@ tests-no-zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy"
name = "babel"
version = "2.12.1"
description = "Internationalization utilities"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -549,7 +525,6 @@ pytz = {version = ">=2015.7", markers = "python_version < \"3.9\""}
name = "backcall"
version = "0.2.0"
description = "Specifications for callback functions passed in to an API"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -561,7 +536,6 @@ files = [
name = "backoff"
version = "2.2.1"
description = "Function decoration for backoff and retry"
-category = "main"
optional = false
python-versions = ">=3.7,<4.0"
files = [
@@ -573,7 +547,6 @@ files = [
name = "backports-zoneinfo"
version = "0.2.1"
description = "Backport of the standard library zoneinfo module"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -602,7 +575,6 @@ tzdata = ["tzdata"]
name = "bandit"
version = "1.7.5"
description = "Security oriented static analyser for python code."
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -626,7 +598,6 @@ yaml = ["PyYAML"]
name = "base58"
version = "2.1.1"
description = "Base58 and Base58Check implementation."
-category = "main"
optional = false
python-versions = ">=3.5"
files = [
@@ -641,7 +612,6 @@ tests = ["PyHamcrest (>=2.0.2)", "mypy", "pytest (>=4.6)", "pytest-benchmark", "
name = "beautifulsoup4"
version = "4.11.2"
description = "Screen-scraping library"
-category = "main"
optional = false
python-versions = ">=3.6.0"
files = [
@@ -660,7 +630,6 @@ lxml = ["lxml"]
name = "black"
version = "23.1.0"
description = "The uncompromising code formatter."
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -710,7 +679,6 @@ uvloop = ["uvloop (>=0.15.2)"]
name = "bleach"
version = "6.0.0"
description = "An easy safelist-based HTML-sanitizing tool."
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -729,7 +697,6 @@ css = ["tinycss2 (>=1.1.0,<1.2)"]
name = "blinker"
version = "1.5"
description = "Fast, simple object-to-object and broadcast signaling"
-category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
@@ -741,7 +708,6 @@ files = [
name = "brotli"
version = "1.0.9"
description = "Python bindings for the Brotli compression library"
-category = "main"
optional = true
python-versions = "*"
files = [
@@ -833,7 +799,6 @@ files = [
name = "brotlicffi"
version = "1.0.9.2"
description = "Python CFFI bindings to the Brotli library"
-category = "main"
optional = true
python-versions = "*"
files = [
@@ -876,7 +841,6 @@ cffi = ">=1.0.0"
name = "bs4"
version = "0.0.1"
description = "Dummy package for Beautiful Soup"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -890,7 +854,6 @@ beautifulsoup4 = "*"
name = "bt"
version = "0.2.9"
description = "A flexible backtesting framework for Python"
-category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
files = [
@@ -916,7 +879,6 @@ dev = ["black (>=20.8b1)", "codecov", "coverage", "cython (>=0.25)", "ffn (>=0.3
name = "cachetools"
version = "5.3.0"
description = "Extensible memoizing collections and decorators"
-category = "main"
optional = false
python-versions = "~=3.7"
files = [
@@ -928,7 +890,6 @@ files = [
name = "catboost"
version = "1.1.1"
description = "Catboost Python Package"
-category = "main"
optional = true
python-versions = "*"
files = [
@@ -962,7 +923,6 @@ six = "*"
name = "cattrs"
version = "22.2.0"
description = "Composable complex class support for attrs and dataclasses."
-category = "main"
optional = true
python-versions = ">=3.7"
files = [
@@ -978,7 +938,6 @@ exceptiongroup = {version = "*", markers = "python_version < \"3.11\""}
name = "ccxt"
version = "2.9.16"
description = "A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -1003,7 +962,6 @@ qa = ["flake8 (==3.7.9)"]
name = "certifi"
version = "2022.12.7"
description = "Python package for providing Mozilla's CA Bundle."
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -1015,7 +973,6 @@ files = [
name = "cffi"
version = "1.15.1"
description = "Foreign Function Interface for Python calling C code."
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -1092,7 +1049,6 @@ pycparser = "*"
name = "cfgv"
version = "3.3.1"
description = "Validate configuration and produce human readable error messages."
-category = "dev"
optional = false
python-versions = ">=3.6.1"
files = [
@@ -1104,7 +1060,6 @@ files = [
name = "charset-normalizer"
version = "3.1.0"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
-category = "main"
optional = false
python-versions = ">=3.7.0"
files = [
@@ -1189,7 +1144,6 @@ files = [
name = "click"
version = "8.1.3"
description = "Composable command line interface toolkit"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -1204,7 +1158,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
name = "cloudpickle"
version = "2.2.1"
description = "Extended pickling support for Python objects"
-category = "main"
optional = true
python-versions = ">=3.6"
files = [
@@ -1216,7 +1169,6 @@ files = [
name = "cmdstanpy"
version = "1.1.0"
description = "Python interface to CmdStan"
-category = "main"
optional = true
python-versions = ">=3.7"
files = [
@@ -1238,7 +1190,6 @@ tests = ["flake8", "mypy", "pylint", "pytest", "pytest-cov", "pytest-order", "tq
name = "codespell"
version = "2.2.4"
description = "Codespell"
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -1256,7 +1207,6 @@ types = ["chardet (>=5.1.0)", "mypy", "pytest", "pytest-cov", "pytest-dependency
name = "colorama"
version = "0.4.6"
description = "Cross-platform colored terminal text."
-category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [
@@ -1268,7 +1218,6 @@ files = [
name = "comm"
version = "0.1.2"
description = "Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc."
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -1286,7 +1235,6 @@ test = ["pytest"]
name = "commonmark"
version = "0.9.1"
description = "Python parser for the CommonMark Markdown spec"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -1301,7 +1249,6 @@ test = ["flake8 (==3.7.8)", "hypothesis (==3.55.3)"]
name = "contourpy"
version = "1.0.7"
description = "Python library for calculating contours of 2D quadrilateral grids"
-category = "main"
optional = false
python-versions = ">=3.8"
files = [
@@ -1376,7 +1323,6 @@ test-no-images = ["pytest"]
name = "convertdate"
version = "2.4.0"
description = "Converts between Gregorian dates and other calendar systems"
-category = "main"
optional = false
python-versions = "<4,>=3.7"
files = [
@@ -1396,7 +1342,6 @@ tests = ["coverage"]
name = "coverage"
version = "7.2.2"
description = "Code coverage measurement for Python"
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -1463,7 +1408,6 @@ toml = ["tomli"]
name = "cryptography"
version = "39.0.2"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -1509,7 +1453,6 @@ tox = ["tox"]
name = "cssselect"
version = "1.2.0"
description = "cssselect parses CSS3 Selectors and translates them to XPath 1.0"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -1521,7 +1464,6 @@ files = [
name = "cssselect2"
version = "0.7.0"
description = "CSS selectors for Python ElementTree"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -1541,7 +1483,6 @@ test = ["flake8", "isort", "pytest"]
name = "cvxpy"
version = "1.2.2"
description = "A domain-specific language for modeling convex optimization problems in Python."
-category = "main"
optional = true
python-versions = ">=3.7"
files = [
@@ -1574,7 +1515,6 @@ scs = ">=1.1.6"
name = "cycler"
version = "0.11.0"
description = "Composable style cycles"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -1586,7 +1526,6 @@ files = [
name = "cython"
version = "0.29.33"
description = "The Cython compiler for writing C extensions for the Python language."
-category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
files = [
@@ -1636,7 +1575,6 @@ files = [
name = "dateparser"
version = "1.1.7"
description = "Date parsing library designed to parse dates from HTML pages"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -1659,7 +1597,6 @@ langdetect = ["langdetect"]
name = "datetime"
version = "5.1"
description = "This package provides a DateTime data type, as known from Zope. Unless you need to communicate with Zope APIs, you're probably better off using Python's built-in datetime module."
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -1675,7 +1612,6 @@ pytz = "*"
name = "debugpy"
version = "1.6.6"
description = "An implementation of the Debug Adapter Protocol for Python"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -1702,7 +1638,6 @@ files = [
name = "decorator"
version = "5.1.1"
description = "Decorators for Humans"
-category = "main"
optional = false
python-versions = ">=3.5"
files = [
@@ -1714,7 +1649,6 @@ files = [
name = "defusedxml"
version = "0.7.1"
description = "XML bomb protection for Python stdlib modules"
-category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
@@ -1726,7 +1660,6 @@ files = [
name = "degiro-connector"
version = "2.0.21"
description = "This is yet another library to access Degiro's API."
-category = "main"
optional = false
python-versions = ">=3.7.1,<4.0.0"
files = [
@@ -1746,7 +1679,6 @@ wrapt = ">=1.12.1,<2.0.0"
name = "detecta"
version = "0.0.5"
description = "Detect events in data"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -1758,7 +1690,6 @@ files = [
name = "dill"
version = "0.3.6"
description = "serialize all of python"
-category = "dev"
optional = false
python-versions = ">=3.7"
files = [
@@ -1773,7 +1704,6 @@ graph = ["objgraph (>=1.7.2)"]
name = "distlib"
version = "0.3.6"
description = "Distribution utilities"
-category = "dev"
optional = false
python-versions = "*"
files = [
@@ -1785,7 +1715,6 @@ files = [
name = "dnspython"
version = "2.3.0"
description = "DNS toolkit"
-category = "main"
optional = false
python-versions = ">=3.7,<4.0"
files = [
@@ -1806,7 +1735,6 @@ wmi = ["wmi (>=1.5.1,<2.0.0)"]
name = "docstring-parser"
version = "0.15"
description = "Parse Python docstrings in reST, Google and Numpydoc format"
-category = "main"
optional = true
python-versions = ">=3.6,<4.0"
files = [
@@ -1818,7 +1746,6 @@ files = [
name = "docstring-to-markdown"
version = "0.11"
description = "On the fly conversion of Python docstrings to markdown"
-category = "main"
optional = true
python-versions = ">=3.6"
files = [
@@ -1830,7 +1757,6 @@ files = [
name = "docutils"
version = "0.17.1"
description = "Docutils -- Python Documentation Utilities"
-category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
@@ -1842,7 +1768,6 @@ files = [
name = "ecos"
version = "2.0.12"
description = "This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information."
-category = "main"
optional = true
python-versions = "*"
files = [
@@ -1872,7 +1797,6 @@ scipy = ">=0.9"
name = "entrypoints"
version = "0.4"
description = "Discover and load entry points from installed packages."
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -1884,7 +1808,6 @@ files = [
name = "ephem"
version = "4.1.4"
description = "Compute positions of the planets and stars"
-category = "main"
optional = true
python-versions = "*"
files = [
@@ -1961,7 +1884,6 @@ files = [
name = "et-xmlfile"
version = "1.1.0"
description = "An implementation of lxml.xmlfile for the standard library"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -1973,7 +1895,6 @@ files = [
name = "exceptiongroup"
version = "1.1.1"
description = "Backport of PEP 654 (exception groups)"
-category = "main"
optional = true
python-versions = ">=3.7"
files = [
@@ -1988,7 +1909,6 @@ test = ["pytest (>=6)"]
name = "exchange-calendars"
version = "4.2.5"
description = "Calendars for securities exchanges"
-category = "main"
optional = false
python-versions = "~=3.8"
files = [
@@ -2012,7 +1932,6 @@ dev = ["flake8", "hypothesis", "pip-tools", "pytest", "pytest-benchmark", "pytes
name = "execnet"
version = "1.9.0"
description = "execnet: rapid multi-Python deployment"
-category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
@@ -2027,7 +1946,6 @@ testing = ["pre-commit"]
name = "executing"
version = "1.2.0"
description = "Get the currently executing AST node of a frame, and other information"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -2042,7 +1960,6 @@ tests = ["asttokens", "littleutils", "pytest", "rich"]
name = "fastjsonschema"
version = "2.16.3"
description = "Fastest Python implementation of JSON schema"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -2057,7 +1974,6 @@ devel = ["colorama", "json-spec", "jsonschema", "pylint", "pytest", "pytest-benc
name = "feedparser"
version = "6.0.10"
description = "Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -2072,7 +1988,6 @@ sgmllib3k = "*"
name = "ffmpeg-python"
version = "0.2.0"
description = "Python bindings for FFmpeg - with complex filtering support"
-category = "main"
optional = true
python-versions = "*"
files = [
@@ -2090,7 +2005,6 @@ dev = ["Sphinx (==2.1.0)", "future (==0.17.1)", "numpy (==1.16.4)", "pytest (==4
name = "ffn"
version = "0.3.6"
description = "Financial functions for Python"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -2116,7 +2030,6 @@ dev = ["black (>=20.8b1)", "codecov", "coverage", "flake8", "flake8-black", "fut
name = "filelock"
version = "3.10.0"
description = "A platform independent file lock."
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -2132,7 +2045,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.1)", "pytest (>=7.2.2)", "pyt
name = "financedatabase"
version = "2.0.9"
description = "This is a database of 300.000+ symbols containing Equities, ETFs, Funds, Indices, Currencies, Cryptocurrencies and Money Markets."
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -2147,7 +2059,6 @@ pandas = "*"
name = "finnhub-python"
version = "2.4.16"
description = "Finnhub API"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -2162,7 +2073,6 @@ requests = ">=2.22.0"
name = "finviz"
version = "1.4.6"
description = "Unofficial API for FinViz.com"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -2184,7 +2094,6 @@ user_agent = "*"
name = "finvizfinance"
version = "0.14.5"
description = "Finviz Finance. Information downloader."
-category = "main"
optional = false
python-versions = ">=3.5"
files = [
@@ -2203,7 +2112,6 @@ requests = "*"
name = "flake8"
version = "5.0.4"
description = "the modular source code checker: pep8 pyflakes and co"
-category = "main"
optional = false
python-versions = ">=3.6.1"
files = [
@@ -2220,7 +2128,6 @@ pyflakes = ">=2.5.0,<2.6.0"
name = "fonttools"
version = "4.39.2"
description = "Tools to manipulate font files"
-category = "main"
optional = false
python-versions = ">=3.8"
files = [
@@ -2246,7 +2153,6 @@ woff = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "zopfli (>=0.1.4)"]
name = "formulaic"
version = "0.3.4"
description = "An implementation of Wilkinson formulas."
-category = "main"
optional = false
python-versions = ">=3.7.1,<4.0.0"
files = [
@@ -2270,7 +2176,6 @@ calculus = ["sympy (>=1.3,<1.10)"]
name = "fred"
version = "3.1"
description = "St. Louis Federal Reserve FRED API"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -2284,7 +2189,6 @@ requests = "*"
name = "fredapi"
version = "0.4.3"
description = "Python API for Federal Reserve Economic Data (FRED) from St. Louis Fed"
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -2299,7 +2203,6 @@ pandas = "*"
name = "freezegun"
version = "1.2.2"
description = "Let your Python tests travel through time"
-category = "dev"
optional = false
python-versions = ">=3.6"
files = [
@@ -2314,7 +2217,6 @@ python-dateutil = ">=2.7"
name = "frozendict"
version = "2.3.5"
description = "A simple immutable dictionary"
-category = "main"
optional = false
python-versions = ">=3.6"
files = [
@@ -2340,7 +2242,6 @@ files = [
name = "frozenlist"
version = "1.3.3"
description = "A list-like structure which implements collections.abc.MutableSequence"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -2424,7 +2325,6 @@ files = [
name = "fsspec"
version = "2023.3.0"
description = "File-system specification"
-category = "main"
optional = true
python-versions = ">=3.8"
files = [
@@ -2462,7 +2362,6 @@ tqdm = ["tqdm"]
name = "fundamentalanalysis"
version = "0.2.14"
description = "Fully-fledged Fundamental Analysis package capable of collecting 20 years of Company Profiles, Financial Statements, Ratios and Stock Data of 20.000+ companies."
-category = "main"
optional = false
python-versions = "*"
files = [
@@ -2474,7 +2373,6 @@ files = [
name = "future"
version = "0.18.3"
description = "Clean single-source support for Python 3 and 2"
-category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
files = [
@@ -2485,7 +2383,6 @@ files = [
name = "gitdb"
version = "4.0.10"
description = "Git Object Database"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -2500,7 +2397,6 @@ smmap = ">=3.0.1,<6"
name = "gitpython"
version = "3.1.31"
description = "GitPython is a Python library used to interact with Git repositories"
-category = "main"
optional = false
python-versions = ">=3.7"
files = [
@@ -2515,7 +2411,6 @@ gitdb = ">=4.0.1,<5"
name = "google-auth"
version = "2.16.2"
description = "Google Authentication Library"
-category = "main"
optional = true
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
files = [
@@ -2540,7 +2435,6 @@ requests = ["requests (>=2.20.0,<3.0.0dev)"]
name = "google-auth-oauthlib"
version = "0.4.6"
description = "Google Authentication Library"
-category = "main"
optional = true
python-versions = ">=3.6"
files = [
@@ -2559,7 +2453,6 @@ tool = ["click (>=6.0.0)"]
name = "graphviz"
version = "0.20.1"
description = "Simple Python interface for Graphviz"
-category = "main"
optional = true
python-versions = ">=3.7"
files = [
@@ -2576,7 +2469,6 @@ test = ["coverage", "mock (>=4)", "pytest (>=7)", "pytest-cov", "pytest-mock (>=
name = "grpci