aboutsummaryrefslogtreecommitdiff
path: root/backend/requirements.txt
blob: b269027e7843a4e7e0ca18302d0ab8bcd59c6193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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