Commit Graph

20 Commits

Author SHA1 Message Date
dependabot[bot] a5ef544d8f
Bump django-debug-toolbar from 1.8 to 1.11.1
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 1.8 to 1.11.1.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases)
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/1.11.1/docs/changes.rst)
- [Commits](https://github.com/jazzband/django-debug-toolbar/compare/1.8...1.11.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-16 20:10:31 +00:00
Lumir Balhar 7c8a186ab2 Update psycopg2-binary to version 2.8.5
2.8.4 is the first version providing manylinux wheels for
Python 3.8 so it should make no difference if we update it
to the latest version 2.8.5.
2020-08-05 13:22:29 +02:00
Lumir Balhar e43f521bf6 Move from psycopg2 to psycopg2-binary to use manylinux wheels
For more details, see https://github.com/psycopg/psycopg2/issues/674
2020-08-04 12:57:06 +02:00
dependabot[bot] 2158c71e75
Bump gunicorn from 19.4.5 to 19.5.0
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.4.5 to 19.5.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/19.4.5...19.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-12 17:41:25 +00:00
gabemontero 207096813d Revert "Merge pull request #151 from lvarin/master"
This reverts commit c57ec85286, reversing
changes made to 6702b2b29e.
2020-07-09 16:54:38 -04:00
gabemontero 12b08b0d14 Revert "Merge pull request #153 from sclorg/dependabot/pip/gunicorn-19.5.0"
This reverts commit 97c98a084d, reversing
changes made to c57ec85286.
2020-07-09 16:54:21 -04:00
gabemontero 100bd17503 Revert "Merge pull request #150 from frenzymadness/update"
This reverts commit bd5e35296a, reversing
changes made to 97c98a084d.
2020-07-09 16:53:08 -04:00
Lumir Balhar b94dd0b99d Update of requirements to Django 2.2.12 LTS 2020-07-09 11:40:43 +02:00
dependabot[bot] 4eb4ea2912
Bump gunicorn from 19.4.5 to 19.5.0
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.4.5 to 19.5.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/19.4.5...19.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-09 09:36:04 +00:00
Alvaro Gonzalez dd4c581a61
Update so python 3.8 image works 2020-07-03 11:23:29 +03:00
Takuya Noguchi 638277ed07 Update django to 1.11.x 2017-10-25 00:44:37 +09:00
Takuya Noguchi a6979d731a Update whitenoise to 3.3.1 2017-10-25 00:44:37 +09:00
Takuya Noguchi fee846019b Update django-debug-toolbar to 1.8 2017-10-25 00:44:29 +09:00
Takuya Noguchi 08ae75e7e6 Update psycopg2 to 2.7.3.1 2017-10-24 23:20:36 +09:00
Stephen Martin 734d72755f Updated django-debug-toolbar to 1.5 to fix
TypeError at /
process() missing 1 required positional argument: 'stream'

Related to https://github.com/jazzband/django-debug-toolbar/issues/856
2016-10-02 10:00:29 +01:00
Vu Dinh dc5fa090df Fix Django version incompatable for Python 3.3
The current required Django version is 1.9.5 which doesn't support
Python 3.3 which causes the Python 3.3 deployment to fail while
using django-ex git repo.

The Django version is modified to use 1.8.x only to include Python
3.3 support.

Signed-off-by: Vu Dinh <vdinh@redhat.com>
2016-06-13 12:45:42 -04:00
PI-Victor 560365b54e update project dependencies 2016-04-29 16:24:47 +02:00
Rodolfo Carvalho 0684d3f043 Add Django Debug Toolbar 2015-05-24 13:09:31 +02:00
Rodolfo Carvalho fcf0ccde53 Fix database config 2015-05-22 15:34:11 +02:00
Rodolfo Carvalho 747910568d Add requirements 2015-05-18 17:08:08 +02:00