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