summaryrefslogtreecommitdiff
path: root/finance/py-yfinance/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'finance/py-yfinance/files/patch-setup.py')
-rw-r--r--finance/py-yfinance/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/py-yfinance/files/patch-setup.py b/finance/py-yfinance/files/patch-setup.py
new file mode 100644
index 000000000000..3e1a658ac247
--- /dev/null
+++ b/finance/py-yfinance/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2023-09-22 11:04:41 UTC
++++ setup.py
+@@ -62,7 +62,7 @@ setup(
+ install_requires=['pandas>=1.3.0', 'numpy>=1.16.5',
+ 'requests>=2.31', 'multitasking>=0.0.7',
+ 'lxml>=4.9.1', 'appdirs>=1.4.4', 'pytz>=2022.5',
+- 'frozendict>=2.3.4', 'peewee>=3.16.2',
++ 'frozendict>=2.3.4', 'peewee>=3.15.0',
+ 'beautifulsoup4>=4.11.1', 'html5lib>=1.1'],
+ # Note: Pandas.read_html() needs html5lib & beautifulsoup4
+ entry_points={