~widelands-dev/widelands-website/trunk

542.1.1 by franku
updated third party apps
1
# Python requirements for widelands-website at July 2019
462.1.1 by franku
updated pip_requirements.txt to update some third party apps
2
520.2.1 by kaputtnik
updated third party apps, excluding django-registration
3
beautifulsoup4==4.7.1
4
bleach==3.1.0
542.1.1 by franku
updated third party apps
5
Django==1.11.22
489.1.25 by franku
updated django-haystack
6
django-haystack==2.8.1
473.1.2 by franku
use a more up to date django_messages; stick to to the current view when deleting messages; undeleting messages will opne the corresponding view inbox/outbox
7
# django-messages is very old on pypi
479 by franku
use an older version of django-messages, because otherwise we have to use pinax-notifications
8
# Do not install newer versions because our notifications app is affected
9
-e git://github.com/arneb/django-messages.git@2d8dabb755e0b5ace876bde25f45d07c2051ac37#egg=django_messages
520.2.1 by kaputtnik
updated third party apps, excluding django-registration
10
django-nocaptcha-recaptcha==0.0.20
542.1.1 by franku
updated third party apps
11
django-star-ratings==0.8.0
520.2.1 by kaputtnik
updated third party apps, excluding django-registration
12
dj-pagination==2.4.0
542.1.1 by franku
updated third party apps
13
django-registration==3.0.1
520.2.1 by kaputtnik
updated third party apps, excluding django-registration
14
django-tagging==0.4.6
15
gunicorn==19.9.0
16
lxml==4.3.2
542.1.1 by franku
updated third party apps
17
Markdown==3.1.1
520.2.1 by kaputtnik
updated third party apps, excluding django-registration
18
mysqlclient==1.4.2.post1
542.1.1 by franku
updated third party apps
19
numpy==1.16.4
20
Pillow==6.1.0
520.2.1 by kaputtnik
updated third party apps, excluding django-registration
21
pydot==1.4.1
542.1.1 by franku
updated third party apps
22
Sphinx==2.1.2
462.3.1 by franku
first functioning search with haystack and whoosh; working: wlmaps, pybb.topic, pybb.post
23
Whoosh==2.7.4
462.1.1 by franku
updated pip_requirements.txt to update some third party apps
24
520.2.1 by kaputtnik
updated third party apps, excluding django-registration
25
# Automatically installed dependencies
520.2.7 by franku
addressed code review
26
27
# Dependencies for django-registration:
520.2.1 by kaputtnik
updated third party apps, excluding django-registration
28
    # confusable-homoglyphs=3.0
520.2.7 by franku
addressed code review
29
520.2.1 by kaputtnik
updated third party apps, excluding django-registration
30
# Dependencies for Sphinx:
31
    # snowballstemmer==1.2.1
32
    # alabaster==0.7.10
33
    # sphinxcontrib-websupport==1.0.1
34
    # Pygments==2.2.0
520.2.7 by franku
addressed code review
35
    # requests==2.18.1, installs: idna, urllib3, chardet, certifi
520.2.1 by kaputtnik
updated third party apps, excluding django-registration
36
    # Babel==2.4.0, installs: pytz
37
    # docutils==0.13.1
38
    # Jinja2==2.9.6, installs: MarkupSafe
39
    # typing==3.6.1
40
    # imagesize==0.7.1
41
    # six==1.10.0
42
    # packaging==19.0
43
44
# Depencies for beautifulsoup:
45
    # soupsieve==1.8, installs backports.functools-lru-cache
46
47
# Dependencies for bleach:
48
    # six