-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4792 from rtfd/humitos/pur/update
All package updates
- Loading branch information
Showing
10 changed files
with
67 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
-r pip.txt | ||
# http://initd.org/psycopg/docs/install.html#binary-install-from-pypi | ||
psycopg2==2.7.5 --no-binary psycopg2 | ||
psycopg2==2.7.6.1 --no-binary psycopg2 | ||
gunicorn==19.9.0 | ||
pysolr==3.7.0 | ||
django-redis-cache==1.7.1 | ||
django-redis-cache==1.8.1 | ||
|
||
#For resizing images | ||
pillow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
# Sphinx 1.8 is incompatible with | ||
# the latest version of rstcheck | ||
Sphinx<1.8 | ||
rstcheck==3.3 | ||
Sphinx==1.8.2 | ||
rstcheck==3.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
-r pip.txt | ||
# We need these special cases of Python < 3 for Read the Docs | ||
# corporate site. | ||
# We need these special cases of Python < 3 because we run tests with | ||
# Python 2 still | ||
astroid==2.0.4; python_version > '3' | ||
astroid==1.6.4; python_version < '3' | ||
|
||
pylint==2.1.1; python_version > '3' | ||
pylint<2; python_version < '3' | ||
|
||
pylint-django==2.0.2; python_version > '3' | ||
pylint-django==0.11.1; python_version < '3' | ||
|
||
pylint-celery==0.3 | ||
prospector==1.1.2 | ||
prospector==1.1.6.2 | ||
pyflakes==2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters