mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2026-02-05 18:44:20 +01:00
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
8 lines
312 B
Plaintext
8 lines
312 B
Plaintext
# This file is used by mybinder.org to power the runnable examples.
|
|
tiingo==0.15.6
|
|
|
|
# You technically don't have to use tiingo with pandas, but
|
|
# we included it since most data analysts will have it installed already.
|
|
pandas==1.5.3
|
|
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
|