Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tfukaza committed May 22, 2024
1 parent 01bd8ee commit 1c64c8f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ classifiers =
packages = find:
python_requires = >=3.9
install_requires =
pandas
finta >= 1.3
pyyaml
tqdm
tzlocal >=3.0
tzdata
pandas == 2.2.2
finta == 1.3
pyyaml == 5.3
tqdm == 4.66.4
tzlocal == 5.2
tzdata == 2024.1
yfinance == 0.2.38
SQLAlchemy
flask-login
flask-cors
flask
rich
SQLAlchemy == 2.0.0
flask-login == 0.6.3
flask-cors == 3.0.10
flask == 3.0.3
rich == 13.7.1

[options.extras_require]
Alpaca =
Expand Down

0 comments on commit 1c64c8f

Please sign in to comment.