Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-henderson committed May 3, 2024
1 parent 34ddd19 commit 680dccf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Django==4.0.4
Django==5.0.4
six==1.16.0
sqlparse==0.4.2
sqlparse==0.5.0

# Whitenoise: Staticfile hosting
whitenoise==6.0.0
whitenoise==6.5.0
django-npm==1.0.0

# Tagging
# Taggit Helpers: TaggitCounter, TaggitListFilter
# Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags
django-taggit==2.1.0
django-taggit==5.0.1
django-taggit-helpers==0.1.4

# Django REST Framework
djangorestframework==3.13.1
djangorestframework==3.15.1

requests==2.27.1
requests==2.31.0

markdown==3.3.6
markdown==3.6

git+https://github.com/tom-henderson/django-common

gunicorn==20.1.0
gunicorn==22.0.0

0 comments on commit 680dccf

Please sign in to comment.