Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit ec4e8a6

Browse files
committed
Update requirements
1 parent 66670ee commit ec4e8a6

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

requirements.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# Requirements for running drf-cached-instances
33
#
44

5-
Django==1.8.6
6-
djangorestframework==3.3.1
5+
Django>=1.10,<1.11
6+
djangorestframework>=3.4,<3.5
77

88

99
#
1010
# Optional but useful requirements
1111
#
1212

1313
# Celery - async task management
14-
celery==3.1.19
14+
celery==3.1.23
1515

1616
#
1717
# Requirements for developing drf-cached-instances
1818
#
1919

2020
# Packaging
21-
wheel==0.26.0
21+
wheel==0.29.0
2222

2323
# PEP8, PEP257, and static analysis
2424
pep8==1.7.0
@@ -27,49 +27,49 @@ pep257==0.7.0
2727
flake8-docstrings==1.0.2
2828

2929
# Code coverage
30-
coverage==4.0.2
30+
coverage==4.2
3131

3232
# Better test runner
33-
django-nose==1.4.2
33+
django-nose==1.4.4
3434

3535
# Django extensions
36-
django-extensions==1.5.9
36+
django-extensions==1.7.1
3737

3838
# Documentation
39-
Sphinx==1.3.1
39+
Sphinx==1.4.5
4040

4141
# Packaging Linters
42-
pyroma==1.8.2
42+
pyroma==2.0.2
43+
check-manifest==0.31
4344

4445
# Multi-env test runner
45-
tox==2.1.1
46+
tox==2.3.1
4647

4748
# Better interactive debugging
48-
ipython==4.0.0
49-
ipdb==0.8.1
50-
ipdbplugin==1.4.2
49+
ipython==5.1.0
50+
ipdb==0.10.1
5151

5252
# Production quality serving of static files
5353
dj-static==0.0.6
5454

5555
# ./manage.py runserver_plus for better tracebacks
56-
Werkzeug==0.10.4
56+
Werkzeug==0.11.10
5757

5858
# Django debug toolbar
59-
django-debug-toolbar==1.4
59+
django-debug-toolbar==1.5
6060

6161
# Testing library, added as unittest.mock in Python 3.3
62-
mock==1.3.0
62+
mock==2.0.0
6363

6464
# Load database settings from environment
65-
dj-database-url==0.3.0
65+
dj-database-url==0.4.1
6666

6767
#
6868
# Requirements for Heroku
6969
#
7070

7171
# WSGI runner
72-
gunicorn==19.3.0
72+
gunicorn==19.6.0
7373

7474
# PostgreSQL driver
75-
psycopg2==2.6.1
75+
psycopg2==2.6.2

0 commit comments

Comments
 (0)