Skip to content

Commit

Permalink
Fix dependencies (#224)
Browse files Browse the repository at this point in the history
* OPS-16623 add pipeline build number option

* Update ef_config.py

* Fix pyYAML version mismatch
  • Loading branch information
dsielert authored Jun 8, 2021
1 parent 8f1d113 commit 3a56b9d
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 68 deletions.
151 changes: 84 additions & 67 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def readme():
install_requires=[
'boto3',
'click<=7.1.2',
'PyYAML<=5.3.1',
'PyYAML<=5.4.1',
'cfn-lint',
'requests<=2.25.1',
'tenacity==7.0.0',
Expand Down

0 comments on commit 3a56b9d

Please sign in to comment.