Skip to content

Commit

Permalink
updated third party apps
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Jul 5, 2019
1 parent 4cdd101 commit 88acf02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion documentation/management/commands/create_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def move_docs(self):
# only needed on first run
os.mkdir(target_dir)

if os.path.exists(link_name):
if os.path.lexists(link_name):
# only needed if this script has already run
os.remove(link_name)

Expand Down
18 changes: 8 additions & 10 deletions pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
# Python requirements for widelands-website at 22.06.2017
# Python requirements for widelands-website at July 2019

beautifulsoup4==4.7.1
bleach==3.1.0
Django==1.11.20
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.7.0
django-star-ratings==0.8.0
dj-pagination==2.4.0
django-registration==3.0
django-registration==3.0.1
django-tagging==0.4.6
gunicorn==19.9.0
lxml==4.3.2
Markdown==3.0.1
Markdown==3.1.1
mysqlclient==1.4.2.post1
numpy==1.16.2
Pillow==5.4.1
numpy==1.16.4
Pillow==6.1.0
pydot==1.4.1
pyparsing==2.3.1
Sphinx==1.8.4
untokenize==0.1.1
Sphinx==2.1.2
Whoosh==2.7.4

# Automatically installed dependencies
Expand Down

0 comments on commit 88acf02

Please sign in to comment.