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
47
48
|
# Python requirements for widelands-website at July 2019
beautifulsoup4==4.7.1
bleach==3.1.0
Django==1.11.22
django-haystack==2.8.1
# django-messages is very old on pypi
# Do not install newer versions because our notifications app is affected
-e git://github.com/arneb/django-messages.git@2d8dabb755e0b5ace876bde25f45d07c2051ac37#egg=django_messages
django-nocaptcha-recaptcha==0.0.20
django-star-ratings==0.8.0
dj-pagination==2.4.0
django-registration==3.0.1
django-tagging==0.4.6
gunicorn==19.9.0
lxml==4.3.2
Markdown==3.1.1
mysqlclient==1.4.2.post1
numpy==1.16.4
Pillow==6.1.0
pydot==1.4.1
Sphinx==2.1.2
Whoosh==2.7.4
# Automatically installed dependencies
# Dependencies for django-registration:
# confusable-homoglyphs=3.0
# Dependencies for Sphinx:
# snowballstemmer==1.2.1
# alabaster==0.7.10
# sphinxcontrib-websupport==1.0.1
# Pygments==2.2.0
# requests==2.18.1, installs: idna, urllib3, chardet, certifi
# Babel==2.4.0, installs: pytz
# docutils==0.13.1
# Jinja2==2.9.6, installs: MarkupSafe
# typing==3.6.1
# imagesize==0.7.1
# six==1.10.0
# packaging==19.0
# Depencies for beautifulsoup:
# soupsieve==1.8, installs backports.functools-lru-cache
# Dependencies for bleach:
# six
|