Skip to content

Commit

Permalink
Combine all the requirements across all the projects into a single on…
Browse files Browse the repository at this point in the history
…e that people can optionally install.
  • Loading branch information
mikeckennedy committed Dec 6, 2021
1 parent 78d5bfd commit aee8524
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# This file contains all the required packages for the course
# You don't need to install it, but it's here as a convenience.
# Many sample projects have their own requirements.txt files
# and sometimes instructions suggest you use pip to install a library
# But if you want to avoid those steps and you use a single virtual
# environment for the course, just install this via:
# pip install -r requirements.txt
# In your terminal with the environment activated.

alembic
flask
jupyter
jupyterlab
matplotlib
numpy
sqlalchemy
requests
pandas
passlib
progressbar2
pytest
pytest-clarity
pytest-cov
python-dateutil
requests
sqlalchemy
webtest
werkzeug

0 comments on commit aee8524

Please sign in to comment.