Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: update cffi dep and ensure test reqs matches reqs
Browse files Browse the repository at this point in the history
A cffi dependency pinning was missed because test-requirements was
not matching requirements.txt. This caused build issues for ops.
  • Loading branch information
bbangert committed Mar 28, 2016
1 parent bcfb4e3 commit 669e1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ argparse==1.2.1
autobahn[twisted]==0.13.0
boto==2.38.0
boto3==1.3.0
cffi==1.1.2
cffi==1.5.2
characteristic==14.3.0
cryptography==1.2.3
cyclone==1.1
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ argparse==1.2.1
autobahn[twisted]==0.13.0
boto==2.38.0
boto3==1.3.0
#cffi==1.1.2
cffi==1.5.2
characteristic==14.3.0
cryptography==1.2.3
cyclone==1.1
Expand Down

0 comments on commit 669e1b2

Please sign in to comment.