aboutsummaryrefslogtreecommitdiff
path: root/backend/requirements.txt
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2023-02-04 22:39:48 +1100
committerTerry Truong <terry06890@gmail.com>2023-02-04 22:39:48 +1100
commitcc79c17fbc05bddc8b08f2734e721bc241123a4e (patch)
tree711b06a1c57fe668ab44ccbdf5095d8cfc1a3b2b /backend/requirements.txt
parent2a217a42b17e78814eecbe84028cf38b3f9327b7 (diff)
Use requirements.txt for backend dependenciesHEADmain
Diffstat (limited to 'backend/requirements.txt')
-rw-r--r--backend/requirements.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/backend/requirements.txt b/backend/requirements.txt
new file mode 100644
index 0000000..c9130ff
--- /dev/null
+++ b/backend/requirements.txt
@@ -0,0 +1,12 @@
+# 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