aboutsummaryrefslogtreecommitdiff
path: root/backend/requirements.txt
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2023-02-04 22:28:53 +1100
committerTerry Truong <terry06890@gmail.com>2023-02-04 22:28:53 +1100
commit7bd6631e33b38fca6229ec950d3d902f9e15d003 (patch)
treef873319b44df1ce8e088efcb6a27679baffe0a00 /backend/requirements.txt
parent629b9208503369c3f20ceb59685ef49766344093 (diff)
Use requirements.txt for backend dependenciesHEADmain
Diffstat (limited to 'backend/requirements.txt')
-rw-r--r--backend/requirements.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/backend/requirements.txt b/backend/requirements.txt
new file mode 100644
index 0000000..b269027
--- /dev/null
+++ b/backend/requirements.txt
@@ -0,0 +1,15 @@
+# For encoding data to send from server
+jsonpickle==3.0.1
+
+# For parsing Wikipedia dumps
+mwxml==0.3.3
+mwparserfromhell==0.6.4
+
+# For parallelised bzip2 processing
+indexed-bzip2==1.4.0
+
+# For downloading data
+requests==2.28.2
+
+# For image processing
+Pillow==9.4.0