Skip to content

Commit

Permalink
ci: loosen up package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
redstreet committed Dec 14, 2023
1 parent 8a1607d commit cc935ef
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Click >= 7.0
# fava_investor/fava_investor/util/experimental/scaled_navs.py: 38,39,40,41
# fava_investor/fava_investor/util/relatetickers.py: 8,9
# fava_investor/fava_investor/util/ticker_util.py: 10,11
beancount == 2.3.5
beancount >= 2.3.5

# fava_investor/build/lib/fava_investor/util/ticker_util.py: 5
# fava_investor/fava_investor/util/ticker_util.py: 5
click_aliases == 1.0.1
click_aliases >= 1.0.1

# fava_investor/build/lib/fava_investor/__init__.py: 3,4
# fava_investor/build/lib/fava_investor/common/beancountinvestorapi.py: 29
Expand All @@ -63,27 +63,27 @@ click_aliases == 1.0.1
fava>=1.25

# fava_investor/.eggs/setuptools_scm-7.0.4-py3.8.egg/setuptools_scm/_entrypoints.py: 77
importlib_metadata == 1.5.0
importlib_metadata >= 1.5.0

# fava_investor/.eggs/setuptools_scm-7.0.4-py3.8.egg/setuptools_scm/_version_cls.py: 5,6
# fava_investor/build/lib/fava_investor/common/favainvestorapi.py: 4
# fava_investor/fava_investor/common/favainvestorapi.py: 4
packaging == 20.3
packaging >= 20.3

# fava_investor/build/lib/fava_investor/modules/tlh/libtlh.py: 9
# fava_investor/fava_investor/modules/tlh/libtlh.py: 9
python_dateutil == 2.8.1
python_dateutil >= 2.8.1

# fava_investor/.eggs/setuptools_scm-7.0.4-py3.8.egg/setuptools_scm/integration.py: 9
# fava_investor/setup.py: 2
setuptools == 65.5.1
setuptools >= 65.5.1

# fava_investor/build/lib/fava_investor/common/clicommon.py: 5
# fava_investor/build/lib/fava_investor/modules/assetalloc_class/assetalloc_class.py: 11
# fava_investor/fava_investor/common/clicommon.py: 5
# fava_investor/fava_investor/modules/assetalloc_class/assetalloc_class.py: 11
tabulate == 0.8.9
tabulate >= 0.8.9

# fava_investor/build/lib/fava_investor/util/cachedtickerinfo.py: 6
# fava_investor/fava_investor/util/cachedtickerinfo.py: 6
yfinance == 0.1.70
yfinance >= 0.1.70

0 comments on commit cc935ef

Please sign in to comment.