Skip to content

Commit

Permalink
Restoring requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlatte committed Aug 22, 2023
1 parent f25e5bf commit d50e11b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
29 changes: 29 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
polygon-api-client
aiohttp==3.8.1 # 4.0.0a1 is installed by default but aiohttp==3.8.1 is required by {'alpaca-trade-api'}
alpaca_trade_api>=2.3.0,<3.0.0
alpha_vantage
ibapi==9.81.1.post1
yfinance>=0.2.18
matplotlib>=3.3.3
quandl
pandas>=2.0.0
pandas_datareader
pandas_market_calendars>=4.1.2
plotly
flask>=2.2.2
flask-socketio
flask-sqlalchemy
flask-marshmallow
flask-security
marshmallow-sqlalchemy
email_validator
bcrypt
pytest
scipy==1.10.1 # Newer versions of scipy are currently causing issues
ipython # required for quantstats, but not in their dependency list for some reason
quantstats==0.0.62
python-dotenv # Secret Storage
ccxt==3.0.61
termcolor
jsonpickle
apscheduler==3.10.1
2 changes: 2 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-r requirements.txt

# Unit Test modules
pytest
pytest-mock
Expand Down

0 comments on commit d50e11b

Please sign in to comment.