Vishnu Ks
f5b6f972fb
requirements: Upgrade django-bitfield to 1.9.3.
2017-06-19 06:40:18 -04:00
Vishnu Ks
fe09421718
requirements: Upgrade django-pipeline to 1.6.13.
2017-06-19 06:40:18 -04:00
Vishnu Ks
6da5d71461
requirements: Upgrade oauth2client to 4.1.1.
2017-06-19 06:40:18 -04:00
Vishnu Ks
40c4abdefe
requirements: Upgrade ipython to 5.4.1.
2017-06-19 06:40:18 -04:00
Vishnu Ks
c51ed4c2ab
requirements: Upgrade incremental to 17.5.0.
2017-06-19 06:40:18 -04:00
Vishnu Ks
c04f21c4fa
requirements: Upgrade fonttools to 1.13.1.
2017-06-19 06:40:18 -04:00
Vishnu Ks
7c29045cd0
requirements: Upgrade Flask to 0.12.2.
2017-06-19 06:40:18 -04:00
Vishnu Ks
0323c772df
requirements: Upgrade django-auth-ldap to 1.2.12.
2017-06-19 06:40:18 -04:00
Vishnu Ks
45cf49800a
requirements: Upgrade cryptography to 1.9.
2017-06-19 06:40:18 -04:00
Vishnu Ks
b0d6142793
requirements: Upgrade coverage to 4.4.1.
2017-06-19 06:40:18 -04:00
Vishnu Ks
6d792eaa89
requirements: Upgrade chardet to 3.0.4.
2017-06-19 06:40:18 -04:00
Vishnu Ks
70a206d36e
requirements: Upgrade cchardet to 2.1.0.
2017-06-19 06:40:18 -04:00
Vishnu Ks
5264855b7e
requirements: Upgrade boto to 2.47.0.
2017-06-19 06:40:18 -04:00
Vishnu Ks
f9bde4bd04
requirements: Upgrade beautifulsoup4 to 4.6.0.
2017-06-19 06:40:18 -04:00
Vishnu Ks
0c92495335
requirements: Upgrade attrs to 17.2.0.
2017-06-19 06:40:18 -04:00
Tim Abbott
f24df26862
requirements: Upgrade python-social-auth.
...
This fixes some warnings on Django 1.11.
2017-06-15 14:44:38 -07:00
Umair Khan
eeabc0f6a3
Django 1.11: Bump Django version to 1.11.
...
This commit also makes the following changes:
* Bumps the version of Django to 1.11.2.
* Fixes the HTTP response headers. Now CommonMiddleware sets Content-Length
header for non-streaming response, see
https://docs.djangoproject.com/en/1.11/ref/middleware/#module-django.middleware.common .
Due to this, 'Transfer-Encoding: chunked' header is removed, which signifies
a streaming response.
2017-06-15 14:44:38 -07:00
Mehanig
3f5d0e69fb
Build and handle jsfiles using webpack instead of django-pipeline.
...
Also renames bundle.js to translations.js.
2017-05-24 18:38:03 -07:00
Eklavya Sharma
bda5517b5c
mypy: Upgrade to latest version of mypy.
2017-05-23 10:42:44 -07:00
Tim Abbott
7bee733565
requirements: Upgrade to the latest Django release.
2017-05-16 15:56:16 -07:00
Tim Abbott
3fd1943eb6
requirements: Move api dependency out of common.txt.
...
This is preparation for using `pip compile` to help automate our
requirements files; `pip compile` does not support relative paths.
2017-05-13 22:13:00 -07:00
Tim Abbott
864bc99aeb
requirements: Move common includes to py2/py3, not dev/prod.
...
This is a nonfunctional refactor of how the common.txt requirements
are included. It is preparation for a new model for freezing our
recursive dependencies based on `pip compile`.
2017-05-13 22:09:42 -07:00
rht
7ad6a66340
requirements: Remove redundant library list.
...
The line `-r common.txt` can be found in dev.txt and prod.txt
This should speed up the build process by 2-3s, in addition to the speed
up from not having to prepare a python2 venv.
2017-05-11 08:52:42 -07:00
Rishi Gupta
e46cbaffa2
email: Remove Mandrill pathways and dependency.
...
Everything it was doing (send_future_email) can now be done using
ScheduledJob.
2017-05-05 14:38:23 -07:00
Tommy Ip
19adf2e327
requirements: Upgrade gitlint to 0.8.2.
...
As of Gitlint v0.8.2, the --extra-path option now accepts both
directories and standalone python modules.
2017-05-05 09:59:39 -07:00
rahuldeve
023730447e
Outgoing Webhook System: Add ndg-httpsclient requirement.
2017-05-02 08:24:28 -07:00
sinwar
2e0c03ae2d
requirements: Update psycopg2 to latest version.
...
Fixes #4580 .
2017-05-01 23:43:28 -07:00
hackerkid
a768c94f9d
requirements: Upgrade django-bitfield to 1.9.2.
2017-04-21 22:25:50 -07:00
hackerkid
0689954373
requirements: Upgrade zope.interface to 4.4.0.
2017-04-21 18:13:58 -07:00
hackerkid
7db87a452c
requirements: Upgrade typing to 3.6.1.
2017-04-21 18:13:58 -07:00
hackerkid
60d3346369
requirements: Upgrade SQLAlchemy to 1.1.9.
2017-04-21 18:13:58 -07:00
hackerkid
8ca2ed1ce2
requirements: Upgrade Werkzeug to 0.12.1.
2017-04-21 18:13:58 -07:00
hackerkid
05a5a8bc40
requirements: Upgrade tornado to 4.5.1.
2017-04-21 18:13:58 -07:00
hackerkid
0707c8a58b
requirements: Upgrade tblib to 1.3.2.
2017-04-21 18:13:58 -07:00
hackerkid
8d6ed0419c
requirements: Upgrade sphinx-rtd-theme to 0.2.4.
2017-04-21 18:13:58 -07:00
hackerkid
12367a7580
requirements: Upgrade Sphinx to 1.5.5.
2017-04-21 18:13:58 -07:00
hackerkid
2f6d191ab8
requirements: Upgrade Scrapy to 1.3.3.
2017-04-21 18:13:58 -07:00
hackerkid
c5de115a51
requirements: Upgrade regex to 2017.4.5.
2017-04-21 18:13:58 -07:00
hackerkid
c9ee2b0c25
requirements: Upgrade pytz to 2017.2.
2017-04-21 18:13:58 -07:00
hackerkid
97563b4061
requirements: Upgrade pyOpenSSL to 17.0.0.
2017-04-21 18:13:58 -07:00
hackerkid
1ff9d6a600
requirements: Upgrade pylibmc to 1.5.2.
2017-04-21 18:13:58 -07:00
hackerkid
d8965691a4
requirements: Upgrade PyJWT to 1.5.0.
2017-04-21 18:13:58 -07:00
hackerkid
f68f898fc5
requirements: Upgrade prompt_toolkit to 1.0.14.
2017-04-21 18:13:58 -07:00
hackerkid
6b94cdc6f0
requirements: Upgrade Pillow to 4.1.0.
2017-04-21 18:13:58 -07:00
hackerkid
a9af3df67f
requirements: Upgrade pbr to 3.0.0.
2017-04-21 18:13:58 -07:00
hackerkid
2929c15953
requirements: Upgrade oauthlib to 2.0.2.
2017-04-21 18:13:57 -07:00
hackerkid
5972679a50
requirements: Upgrade MarkupSafe to 1.0.
2017-04-21 18:13:57 -07:00
hackerkid
8b126cbb22
requirements: Upgrade Jinja2 to 2.9.6.
2017-04-21 18:13:57 -07:00
hackerkid
1600337e4e
requirements: Upgrade ipython-genutils to 0.2.0.
2017-04-21 18:13:57 -07:00
hackerkid
b2db6f05fd
requirements: Upgrade fonttools to 3.10.0.
2017-04-21 18:13:57 -07:00