From a65b661a4a293f98f89790975f6cd5df4f7f4aca Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 3 Sep 2021 15:15:43 -0400 Subject: [PATCH] [+] Copy requirements.txt from course module --- requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..666f7c1 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +# CSC110Y1F: Python libraries we'll be using this semester. + +# Testing and code checking +hypothesis +pytest +python-ta + +# Graphics and data visualization +plotly +pygame