Skip to content

Commit

Permalink
remove passively imported libs
Browse files Browse the repository at this point in the history
  • Loading branch information
westonplatter committed Oct 6, 2023
1 parent 8b744fc commit ed07c74
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,14 @@
packages=find_packages(),
python_requires=">=3.7",
install_requires=[
"cycler",
"kiwisolver",
"llvmlite",
"matplotlib",
"numpy",
"Pillow",
"pyparsing",
"python-dateutil",
"pytz",
"scipy",
"py_lets_be_rational>=1.0.1",
"pandas",
"setuptools",
"requests-cache",
"yfinance",
"seaborn",
],
extras_require={
"test": []
Expand Down

0 comments on commit ed07c74

Please sign in to comment.