~widelands-dev/widelands-website/django_staticfiles

462.1.1 by franku
updated pip_requirements.txt to update some third party apps
1
# Python requirements for widelands-website at 22.06.2017
2
504.3.1 by franku
first partly working version using BeautifulSoup4
3
beautifulsoup4==4.6.3
489.1.17 by franku
use last django revision 1.11.12
4
Django==1.11.12
489.1.25 by franku
updated django-haystack
5
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
6
# 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
7
# Do not install newer versions because our notifications app is affected
8
-e git://github.com/arneb/django-messages.git@2d8dabb755e0b5ace876bde25f45d07c2051ac37#egg=django_messages
404.2.29 by franku
urlpatterns are lists; patterns are deprecated
9
django-nocaptcha-recaptcha==0.0.19
502.1.4 by franku
added django-star-ratings to pip_requirements.txt
10
django-star-ratings==0.7.0
489.1.4 by franku
replace unmaintained pagination app; fixes for context_instance, NoArgsCommand and resolve_variable()
11
dj-pagination==2.3.2
489.1.9 by franku
updated django-registration
12
django-registration==2.4.1
462.1.1 by franku
updated pip_requirements.txt to update some third party apps
13
django-tagging==0.4.5
14
gunicorn==19.7.1
504.3.1 by franku
first partly working version using BeautifulSoup4
15
lxml==4.2.5
462.1.1 by franku
updated pip_requirements.txt to update some third party apps
16
Markdown==2.6.8
17
mysqlclient==1.3.10
18
numpy==1.13.0
19
Pillow==4.1.1
20
pydot==1.2.3
21
pyparsing==2.2.0
22
Sphinx==1.6.2
404.2.6 by franku
updated settings.py pip_requirements; first try on polls,news and loginbox; still not woriking at all; so many differences :-D
23
untokenize==0.1.1
462.1.1 by franku
updated pip_requirements.txt to update some third party apps
24
bleach==2.0.0
462.3.1 by franku
first functioning search with haystack and whoosh; working: wlmaps, pybb.topic, pybb.post
25
Whoosh==2.7.4
462.1.1 by franku
updated pip_requirements.txt to update some third party apps
26
27
# Dependencies for Sphinx (automatically installed):
28
# snowballstemmer==1.2.1
29
# alabaster==0.7.10
30
# sphinxcontrib-websupport==1.0.1
31
# Pygments==2.2.0
32
# requests==2.18.1, installs: idna, urllib3, chardet, certifi
33
# Babel==2.4.0, installs: pytz
34
# docutils==0.13.1
35
# Jinja2==2.9.6, installs: MarkupSafe
36
# typing==3.6.1
37
# imagesize==0.7.1
38
# six==1.10.0
39
40
# Dependencies for bleach (automatically installed):
41
# six
42
# html5lib==0.999999999, installs: six, setuptools, webencodings
43
44
# Dependencies for Pillow (automatically installed):
45
# olefile==0.44