Skip to content

Commit

Permalink
Add new dep 'appdirs' for recent tz-fixes PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Oct 1, 2022
1 parent f651dd1 commit e8ca256
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ To install `yfinance` using `conda`, see
- [Numpy](http://www.numpy.org) \>= 1.11.1
- [requests](http://docs.python-requests.org/en/master/) \>= 2.14.2
- [lxml](https://pypi.org/project/lxml/) \>= 4.5.1
- [appdirs](https://pypi.org/project/appdirs) \>=1.4.4

### Optional (if you want to use `pandas_datareader`)

Expand Down
2 changes: 2 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ requirements:
- requests >=2.21
- multitasking >=0.0.7
- lxml >=4.5.1
- appdirs >= 1.4.4
- pip
- python

Expand All @@ -30,6 +31,7 @@ requirements:
- requests >=2.21
- multitasking >=0.0.7
- lxml >=4.5.1
- appdirs >= 1.4.4
- python

test:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ numpy>=1.16.5
requests>=2.26
multitasking>=0.0.7
lxml>=4.5.1
appdirs>=1.4.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
packages=find_packages(exclude=['contrib', 'docs', 'tests', 'examples']),
install_requires=['pandas>=0.24.0', 'numpy>=1.15',
'requests>=2.26', 'multitasking>=0.0.7',
'lxml>=4.5.1'],
'lxml>=4.5.1', 'appdirs>=1.4.4'],
entry_points={
'console_scripts': [
'sample=sample:main',
Expand Down

0 comments on commit e8ca256

Please sign in to comment.