We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d5bfd commit aee8524Copy full SHA for aee8524
requirements.txt
@@ -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
14
matplotlib
15
numpy
-sqlalchemy
-requests
16
+pandas
17
+passlib
18
+progressbar2
19
pytest
20
+pytest-clarity
21
+pytest-cov
22
+python-dateutil
23
+requests
24
+sqlalchemy
25
+webtest
26
+werkzeug
0 commit comments