Skip to content

Commit

Permalink
Merge pull request #60 from VBobCat/patch-1
Browse files Browse the repository at this point in the history
Update setup.py to require whitenoise 5.3.0
  • Loading branch information
metakermit committed Dec 7, 2021
2 parents 418fd20 + 6a34b74 commit 9723e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -10,7 +10,7 @@
history = history_file.read()

requirements = [
'whitenoise==5.0.1'
'whitenoise==5.3.0'
]

test_requirements = [
Expand All @@ -19,7 +19,7 @@

setup(
name='django-spa',
version='0.3.5',
version='0.3.6',
description="Simple Django configuration to serve a single-page app",
long_description=readme + '\n\n' + history,
author="Dražen Lučanin",
Expand Down

0 comments on commit 9723e16

Please sign in to comment.