File tree 4 files changed +34
-25
lines changed 4 files changed +34
-25
lines changed Original file line number Diff line number Diff line change 1
1
-r pip.txt
2
- psycopg2==2.7.3.2
3
- gunicorn==19.1.0
4
- pysolr==2.0.13
5
- django-redis-cache==1.6.3
2
+ # http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
3
+ psycopg2==2.7.5 --no-binary psycopg2
4
+ gunicorn==19.9.0
5
+ pysolr==3.7.0
6
+ django-redis-cache==1.7.1
6
7
7
8
#For resizing images
8
9
pillow
Original file line number Diff line number Diff line change 1
1
-r pip.txt
2
- astroid==1.6 .4
3
- pylint==1.9 .1
4
- pylint-django==0.11.1
2
+ astroid==2.0 .4
3
+ pylint==2.1 .1
4
+ pylint-django==2.0.2
5
5
pylint-celery==0.3
6
- prospector==0.12.10
6
+ prospector==1.1.2
7
7
pyflakes==2.0.0
Original file line number Diff line number Diff line change 1
1
# Base packages
2
- pip==10.0.1
2
+ pip==18.0
3
3
appdirs==1.4.3
4
4
virtualenv==16.0.0
5
5
docutils==0.14
6
- Sphinx==1.7.4
7
- sphinx_rtd_theme==0.3 .1
6
+ Sphinx==1.7.8
7
+ sphinx_rtd_theme==0.4 .1
8
8
9
9
Pygments==2.2.0
10
10
@@ -18,7 +18,7 @@ future==0.16.0
18
18
django-tastypie==0.13.0
19
19
20
20
django-guardian==1.4.9
21
- django-extensions==2.0.7
21
+ django-extensions==2.1.2
22
22
23
23
# djangorestframework 3.7.x drops support for django 1.9.x
24
24
djangorestframework==3.6.4
@@ -29,15 +29,15 @@ django-filter==1.1.0
29
29
django-vanilla-views==1.0.5
30
30
jsonfield==2.0.2
31
31
32
- requests==2.18.4
32
+ requests==2.19.1
33
33
requests-toolbelt==0.8.0
34
34
slumber==0.7.1
35
- lxml==4.2.1
35
+ lxml==4.2.4
36
36
defusedxml==0.5.0
37
37
38
38
# Basic tools
39
39
redis==2.10.6
40
- celery==4.1 .1
40
+ celery==4.2 .1
41
41
42
42
# django-allauth 0.33.0 dropped support for Django 1.9
43
43
# https://django-allauth.readthedocs.io/en/latest/release-notes.html#backwards-incompatible-changes
@@ -47,7 +47,7 @@ dnspython==1.15.0
47
47
48
48
# VCS
49
49
httplib2==0.11.3
50
- GitPython==2.1.10
50
+ GitPython==2.1.11
51
51
52
52
# Search
53
53
elasticsearch==1.5.0
@@ -56,8 +56,8 @@ pyquery==1.4.0
56
56
57
57
# Utils
58
58
django-gravatar2==1.4.2
59
- pytz==2018.4
60
- beautifulsoup4==4.6.0
59
+ pytz==2018.5
60
+ beautifulsoup4==4.6.3
61
61
Unipath==1.1
62
62
django-kombu==0.9.4
63
63
mock==2.0.0
@@ -78,11 +78,11 @@ django-textclassifier==1.0
78
78
django-annoying==0.10.4
79
79
django-messages-extends==0.6.0
80
80
djangorestframework-jsonp==1.0.2
81
- django-taggit==0.22.2
81
+ django-taggit==0.23.0
82
82
dj-pagination==2.3.2
83
83
84
84
# Docs
85
- sphinxcontrib-httpdomain==1.6.1
85
+ sphinxcontrib-httpdomain==1.7.0
86
86
87
87
# commonmark 0.5.5 is the latest version compatible with our docs, the
88
88
# newer ones make `tox -e docs` to fail
Original file line number Diff line number Diff line change @@ -4,13 +4,21 @@ django-dynamic-fixture==2.0.0
4
4
5
5
# 3.6.1 and >3.2.5 is incompatible
6
6
# with pytest-describe 0.11.0
7
- pytest==3.2.5
8
- pytest-django==3.1 .2
9
- pytest-describe==0.11.0
10
- pytest-xdist==1.22 .0
11
- apipkg==1.4
7
+ pytest==3.7.4
8
+ pytest-django==3.4 .2
9
+ pytest-describe==0.11.1
10
+ pytest-xdist==1.23 .0
11
+ apipkg==1.5
12
12
execnet==1.5.0
13
+
14
+ # Mercurial 4.3 and newer require Python 2.7
15
+ # Mercurial is actively being ported to Python 3. As of Mercurial 4.3,
16
+ # some commands work on Python 3. However, Python 3 is not yet a
17
+ # supported platform.
18
+ # mercurial-scm.org/wiki/SupportedPythonVersions
19
+ # (Pinned to 4.4.2 since what we need for testing is still useful)
13
20
Mercurial==4.4.2
21
+
14
22
yamale==1.7.0
15
23
pytest-mock==1.10.0
16
24
You can’t perform that action at this time.
0 commit comments