Skip to content

Commit aee8524

Browse files
committed
Combine all the requirements across all the projects into a single one that people can optionally install.
1 parent 78d5bfd commit aee8524

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

requirements.txt

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
1+
# This file contains all the required packages for the course
2+
# You don't need to install it, but it's here as a convenience.
3+
# Many sample projects have their own requirements.txt files
4+
# and sometimes instructions suggest you use pip to install a library
5+
# But if you want to avoid those steps and you use a single virtual
6+
# environment for the course, just install this via:
7+
# pip install -r requirements.txt
8+
# In your terminal with the environment activated.
9+
10+
alembic
11+
flask
12+
jupyter
13+
jupyterlab
114
matplotlib
215
numpy
3-
sqlalchemy
4-
requests
16+
pandas
17+
passlib
18+
progressbar2
519
pytest
20+
pytest-clarity
21+
pytest-cov
22+
python-dateutil
23+
requests
24+
sqlalchemy
25+
webtest
26+
werkzeug

0 commit comments

Comments
 (0)