Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Attempts to fix #97
Browse files Browse the repository at this point in the history
At least for now, this should help to get the build to pass on Travis.
We need to get this netlify_deploy dependency onto PyPI to avoid
potential breaking changes when users install Statik.

This also updates the PyYAML dependency for a potential security issue
in the dependency.
  • Loading branch information
thanethomson committed Jan 13, 2019
1 parent b6ba3ff commit 56b1b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ psycopg2-binary==2.7.6.1
pystache==0.5.4
python-dateutil==2.7.3
python-slugify==1.2.6
PyYAML==3.13
PyYAML>=4.2b1
six==1.11.0
SQLAlchemy==1.2.12
Unidecode==1.0.22
watchdog==0.9.0
paramiko==2.4.2
git+https://github.com/kx-chen/netlify_deployer.git#egg=netlify_uploader
git+https://github.com/kx-chen/netlify_deployer.git#egg=netlify_deployer

0 comments on commit 56b1b5a

Please sign in to comment.