Skip to content

Commit

Permalink
chore: refine requirements/dev.txt (#998)
Browse files Browse the repository at this point in the history
* py is a dependency of pytest, and apparently it's not imported directly in this project
* requests is used in examples only
  • Loading branch information
Chih-Hsuan Yen authored and jlhood committed Jul 23, 2019
1 parent aa8b3f3 commit cb9a42f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ pyyaml>=4.2b1

# Test requirements
pytest>=3.0.7
py>=1.4.33
mock>=2.0.0
parameterized>=0.6.1
requests>=2.20.0
cfn-lint>=0.18.1

# Requirements for examples
requests>=2.20.0

# CLI requirements
docopt>=0.6.2

0 comments on commit cb9a42f

Please sign in to comment.