Skip to content

Commit

Permalink
requirements bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kavdev committed Dec 23, 2015
1 parent 631848f commit 6f635e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
@@ -1,6 +1,6 @@
django!=1.9,>=1.8 # Django has a regression in 1.9, see #275
stripe>=1.22.2
django-model-utils>=2.2
django-braces>=1.8.0
stripe>=1.27.1
django-model-utils>=2.4
django-braces>=1.8.1
jsonfield>=1.0.3
pytz>=2015.4
pytz>=2015.7
16 changes: 8 additions & 8 deletions requirements_test.txt
Expand Up @@ -2,20 +2,20 @@
-r requirements.txt

# Testing tools
unittest2>=1.0.1
unittest2>=1.1.0
coverage<=3.7.1
flake8>=2.4.1
mock>=1.0.1
nose>=1.3.6
django-nose>=1.4
tox>=2.0.1
flake8>=2.5.1
mock>=1.3.0
nose>=1.3.7
django-nose>=1.4.2
tox>=2.3.1
termcolor>=1.1.0

# Contrib packages
djangorestframework>=3.1.2
djangorestframework>=3.3.2

# Database drivers
psycopg2>=2.6
psycopg2>=2.6.1

# Packaging
wheel>=0.26.0

0 comments on commit 6f635e8

Please sign in to comment.