diff options
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index a5e405d..b371cd6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,8 @@ -nose==1.3.3 -nose-exclude==0.2.0 -mock==1.0.1 +nose==1.3.7 +nose-exclude==0.4.1 +mock==1.3.0 coverage==3.7.1 -tox==1.7.1 -twine==1.3.1 +tox==2.1.1 +twine==1.5.0 wheel==0.24.0 -tornado==4.1 +tornado==4.2.1 |