Skip to content

Commit

Permalink
Merge pull request #175 from sumandari/update_requirement
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
sumandari authored Jan 27, 2022
2 parents aa91b57 + b508bc9 commit d0cde22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==2.2.24
Django==2.2.25
# Currently broken with 'no module named defaults' error
#Feedjack==0.9.18
# So use George's fork rather
Expand Down Expand Up @@ -34,9 +34,9 @@ django-taggit==0.14.0
django-taggit-autosuggest==0.2.7
django-taggit-templatetags==0.4.6dev0
django-templatetag-sugar==0.1
django-tinymce==1.5.2
django-tinymce==3.4.0
feedparser==5.1.3
lxml==4.6.2
lxml==4.6.5
opml==0.5
psycopg2==2.5.1
python-ldap==2.4.19
Expand Down
4 changes: 2 additions & 2 deletions dockerize/docker/REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
django==2.2.24
django==2.2.25
django-auth-ldap
python-ldap
django-taggit
django-tinymce
django-tinymce==3.4.0
psycopg2
# Updates for Django 2
git+https://github.com/metamatik/django-templatetag-sugar.git
Expand Down
4 changes: 2 additions & 2 deletions qgis-app/REQUIREMENTS_plugins.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
django==2.2.24
django==2.2.25
django-auth-ldap
python-ldap
django-taggit
django-tinymce
django-tinymce==3.4.0
psycopg2
# Updates for Django 2
git+https://github.com/metamatik/django-templatetag-sugar.git
Expand Down

0 comments on commit d0cde22

Please sign in to comment.