Skip to content

Commit

Permalink
Merge pull request #19 from samstav/requires-io-master
Browse files Browse the repository at this point in the history
[requires.io] dependency update on master branch
  • Loading branch information
stavxyz committed Apr 25, 2016
2 parents c6cf06b + 46ae864 commit a642d50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/samstav/cryptography.git@rsa-bypass-hash-on-signer
git+https://github.com/samstav/cryptography.git@rsa-bypass-hash-on-signer#egg=cryptography
requests-chef>=0.1.5
requests==2.8.0
requests==2.9.1
six>=1.9.0
10 changes: 5 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage==4.0
flake8==2.4.1
coverage==4.0.3
flake8==2.5.4
nose==1.3.7
pylint==1.4.4
tox==2.1.1
vcrpy==1.7.3
pylint==1.5.5
tox==2.3.1
vcrpy==1.7.4
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ skipsdist = True
[testenv]
# This is the default setup. All other environments will inherit these settings
usedevelop = True
install_command = pip install --verbose --pre --download-cache ~/.pip/cache --exists-action=w {opts} {packages}
install_command = pip install --verbose --pre --exists-action=w {opts} {packages}
basepython = python
pyflake_codes = F401,F402,F403,F404,F811,F812,F821,F822,F823,F831,F841

Expand Down

0 comments on commit a642d50

Please sign in to comment.