Skip to content

Commit

Permalink
pin whitenoise < 5
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr1212 committed Apr 27, 2020
1 parent 424545b commit e18778d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cairocffi
git+git://github.com/graphite-project/whisper.git#egg=whisper
# Ceres is optional
# git+git://github.com/graphite-project/ceres.git#egg=ceres
whitenoise
whitenoise<5
scandir
urllib3
six
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def read(fname):
install_requires=[
'Django>=1.8,<3.1', 'django-tagging==0.4.3', 'pytz',
'pyparsing', 'cairocffi', 'urllib3', 'scandir', 'six',
'whitenoise'],
'whitenoise<5'],
classifiers=[
'Intended Audience :: Developers',
'Natural Language :: English',
Expand Down

0 comments on commit e18778d

Please sign in to comment.