diff options
author | Alban Gruin | 2018-09-06 21:46:51 +0200 |
---|---|---|
committer | Alban Gruin | 2018-09-06 21:46:51 +0200 |
commit | 676345434415d40363c80960484abf0295ca800a (patch) | |
tree | 76c0f71fd86f19962812a63da109bf79ebd2d43c /requirements.txt | |
parent | 6b8ea6615de6000ea14396fc2d31eb5c6cb159f9 (diff) | |
parent | b4fde18263de491650c71bd31dffe3c324e97879 (diff) |
Merge branch 'stable/0.14.z' into prod/pa1ch/0.y.zv0.14.0-pa1chprod/pa1ch/0.y.z
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt index cc4ccf8..f2c309f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -beautifulsoup4==4.6.0 -Django==2.0.4 -gunicorn==19.7.1 -icalendar==4.0.1 -psycopg2-binary==2.7.4 -requests==2.18.4 +beautifulsoup4==4.6.3 +Django==2.0.8 +gunicorn==19.9.0 +icalendar==4.0.2 +lxml==4.2.4 +psycopg2-binary==2.7.5 +requests==2.19.1 |