This repository was archived by the owner on Mar 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 2
2
# Requirements for running drf-cached-instances
3
3
#
4
4
5
- Django == 1.8.6
6
- djangorestframework == 3.3.1
5
+ Django >= 1.10 , < 1.11
6
+ djangorestframework >= 3.4 , < 3.5
7
7
8
8
9
9
#
10
10
# Optional but useful requirements
11
11
#
12
12
13
13
# Celery - async task management
14
- celery == 3.1.19
14
+ celery == 3.1.23
15
15
16
16
#
17
17
# Requirements for developing drf-cached-instances
18
18
#
19
19
20
20
# Packaging
21
- wheel == 0.26 .0
21
+ wheel == 0.29 .0
22
22
23
23
# PEP8, PEP257, and static analysis
24
24
pep8 == 1.7.0
@@ -27,49 +27,49 @@ pep257==0.7.0
27
27
flake8-docstrings == 1.0.2
28
28
29
29
# Code coverage
30
- coverage == 4.0. 2
30
+ coverage == 4.2
31
31
32
32
# Better test runner
33
- django-nose == 1.4.2
33
+ django-nose == 1.4.4
34
34
35
35
# Django extensions
36
- django-extensions == 1.5.9
36
+ django-extensions == 1.7.1
37
37
38
38
# Documentation
39
- Sphinx == 1.3.1
39
+ Sphinx == 1.4.5
40
40
41
41
# Packaging Linters
42
- pyroma == 1.8.2
42
+ pyroma == 2.0.2
43
+ check-manifest == 0.31
43
44
44
45
# Multi-env test runner
45
- tox == 2.1 .1
46
+ tox == 2.3 .1
46
47
47
48
# 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
51
51
52
52
# Production quality serving of static files
53
53
dj-static == 0.0.6
54
54
55
55
# ./manage.py runserver_plus for better tracebacks
56
- Werkzeug == 0.10.4
56
+ Werkzeug == 0.11.10
57
57
58
58
# Django debug toolbar
59
- django-debug-toolbar == 1.4
59
+ django-debug-toolbar == 1.5
60
60
61
61
# Testing library, added as unittest.mock in Python 3.3
62
- mock == 1.3 .0
62
+ mock == 2.0 .0
63
63
64
64
# Load database settings from environment
65
- dj-database-url == 0.3.0
65
+ dj-database-url == 0.4.1
66
66
67
67
#
68
68
# Requirements for Heroku
69
69
#
70
70
71
71
# WSGI runner
72
- gunicorn == 19.3 .0
72
+ gunicorn == 19.6 .0
73
73
74
74
# PostgreSQL driver
75
- psycopg2 == 2.6.1
75
+ psycopg2 == 2.6.2
You can’t perform that action at this time.
0 commit comments