~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to pip_requirements.txt

  • Committer: Holger Rapp
  • Date: 2009-02-20 12:25:18 UTC
  • Revision ID: holgerrapp@gmx.net-20090220122518-feaq34ta973snnct
Imported wikiapp into our repository, because we did some local changes (users must be logged in to edit wiki pages)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Python requirements for widelands-website at 22.06.2017
2
 
 
3
 
beautifulsoup4==4.6.3
4
 
Django==1.11.12
5
 
django-haystack==2.8.1
6
 
# django-messages is very old on pypi
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
9
 
django-nocaptcha-recaptcha==0.0.19
10
 
django-star-ratings==0.7.0
11
 
dj-pagination==2.3.2
12
 
django-registration==2.4.1
13
 
django-tagging==0.4.5
14
 
gunicorn==19.7.1
15
 
lxml==4.2.5
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
23
 
untokenize==0.1.1
24
 
bleach==2.0.0
25
 
Whoosh==2.7.4
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