File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
# http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
3
3
psycopg2==2.7.6.1 --no-binary psycopg2
4
4
gunicorn==19.9.0
5
- django-redis-cache==1.8.0
5
+ django-redis-cache==1.8.1
6
6
7
7
#For resizing images
8
8
pillow
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ pylint<2; python_version < '3'
8
8
pylint-django==2.0.2; python_version > '3'
9
9
pylint-django==0.11.1; python_version < '3'
10
10
pylint-celery==0.3
11
- prospector==1.1.4
11
+ prospector==1.1.6.2
12
12
pyflakes==2.0.0
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ virtualenv==16.1.0
5
5
docutils==0.14
6
6
Sphinx==1.8.2
7
7
sphinx_rtd_theme==0.4.2
8
- sphinx-tabs==1.1.8
8
+ sphinx-tabs==1.1.10
9
9
# Required to avoid Transifex error with reserved slug
10
10
# https://github.com/sphinx-doc/sphinx-intl/pull/27
11
11
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl
12
12
13
- Pygments==2.2 .0
13
+ Pygments==2.3 .0
14
14
15
15
mkdocs==1.0.4
16
16
Markdown==3.0.1
@@ -20,7 +20,7 @@ six==1.11.0
20
20
future==0.17.1
21
21
django-tastypie==0.14.2
22
22
django-guardian==1.4.9
23
- django-extensions==2.1.3
23
+ django-extensions==2.1.4
24
24
25
25
djangorestframework==3.9.0
26
26
@@ -43,7 +43,7 @@ lxml==4.2.5
43
43
defusedxml==0.5.0
44
44
45
45
# Basic tools
46
- redis==2.10.6
46
+ redis==3.0.1
47
47
# Celery 4.2 is incompatible with our code
48
48
# when ALWAYS_EAGER = True
49
49
celery==4.1.1
@@ -53,7 +53,7 @@ django-allauth==0.38.0
53
53
dnspython==1.15.0
54
54
55
55
# VCS
56
- httplib2==0.11.3
56
+ httplib2==0.12.0
57
57
58
58
# GitPython 2.1.11 makes TestGitBackend.test_git_tags to fail because
59
59
# of an UnicodeError
@@ -76,7 +76,7 @@ beautifulsoup4==4.6.3
76
76
Unipath==1.1
77
77
django-kombu==0.9.4
78
78
mock==2.0.0
79
- stripe==2.12 .0
79
+ stripe==2.13 .0
80
80
81
81
django-formtools==2.1
82
82
Original file line number Diff line number Diff line change 1
1
-r pip.txt
2
2
3
3
django-dynamic-fixture==2.0.0
4
- pytest==3.10 .1
5
- pytest-django==3.4.3
4
+ pytest==4.0 .1
5
+ pytest-django==3.4.4
6
6
pytest-xdist==1.24.1
7
7
pytest-cov
8
8
apipkg==1.5
@@ -16,7 +16,7 @@ execnet==1.5.0
16
16
# (Pinned to 4.4.2 since what we need for testing is still useful)
17
17
Mercurial==4.4.2
18
18
19
- yamale==1.7.1
19
+ yamale==1.8.0
20
20
pytest-mock==1.10.0
21
21
22
22
# local debugging tools
You can’t perform that action at this time.
0 commit comments