Skip to content

Commit

Permalink
updating pyyaml to fix #25 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani committed Jan 7, 2019
1 parent 5fcaf72 commit 4572b9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,7 +1,7 @@
boto3==1.7.21
psycopg2-binary==2.7.4
pg8000==1.12.1
PyYAML==3.12
PyYAML==4.2b4
Sphinx==1.7.4
sphinx-rtd-theme==0.3.1
pytest==3.5.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
boto3==1.7.21
PyYAML==3.12
PyYAML==4.2b4
pandas>=0.19.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@
author_email="faisal.dosani@capitalone.com",
license="Apache Software License",
packages=["locopy"],
install_requires=["boto3==1.7.21", "PyYAML==3.12", "pandas>=0.19.0"],
install_requires=["boto3==1.7.21", "PyYAML==4.2b4", "pandas>=0.19.0"],
extras_require={"psycopg2": ["psycopg2-binary==2.7.4"], "pg8000": ["pg8000==1.12.1"]},
zip_safe=False,
)

0 comments on commit 4572b9d

Please sign in to comment.