forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.in
46 lines (46 loc) · 1.24 KB
/
requirements.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# NOTE TO DEVELOPERS: If you make changes to this file, please run
#
# python -m scripts.install_third_party
#
# to update `requirements.txt` and `third_party/python_libs` accordingly.
apache-beam[gcp]==2.33.0rc1
beautifulsoup4==4.10.0
bleach==4.1.0
defusedxml==0.7.1
elasticsearch==7.14.1
firebase-admin==5.0.1
future==0.18.2
googledatastore==7.0.2
google-cloud-storage==1.42.1
google-auth==1.35.0
google-cloud-dataflow-client==0.1.3
google-cloud-ndb==1.10.3
google-cloud-tasks==2.5.1
google-cloud-translate==3.4.0
gunicorn==20.1.0
html5lib==1.1
mailchimp3==3.0.15
mutagen==1.45.1
pillow==8.3.2
pylatexenc==2.10
pytest==6.2.5
redis==3.5.3
requests==2.26.0
requests-mock==1.9.3
requests-toolbelt==0.9.1
rsa==4.7.2
simplejson==3.17.5
six==1.16.0
soupsieve==2.2.1
typing_extensions==3.10.0.2
urllib3==1.26.6
webapp2==3.0.0b1
webencodings==0.5.1
# TODO(#13506): Remove these after we refactor the Python library
# handling process.
# These libraries are already in oppia_tools folder, but are also needed here
# since the oppia_tools folder is used for tooling and is not deployed to the
# server. These libraries need to be in the oppia_tools folder because we need
# them earlier than we are able to install the libraries from this file.
PyYAML==5.4.1
certifi==2021.5.30