Skip to content

Commit

Permalink
Downgrade itsdangerous to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Oct 26, 2018
1 parent c69eff4 commit ef4c241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cssselect==1.0.3
docutils==0.14
Flask==1.0.2
identify==1.1.7
ItsDangerous==1.0.0
itsdangerous==0.24
Jinja2==2.10
jmespath==0.9.3
lxml==4.2.5
Expand All @@ -20,4 +20,5 @@ python-dateutil==2.7.4
s3transfer==0.1.13
six==1.11.0
urllib3==1.24
venv-update==3.1.1
Werkzeug==0.14.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
version=version,
author='Chris Kuehl',
author_email='ckuehl@ckuehl.me',
packages=find_packages(exclude=('test*',)),
packages=find_packages(exclude=('test*', 'playground')),
include_package_data=True,
install_requires=(
'boto3',
Expand Down

0 comments on commit ef4c241

Please sign in to comment.