diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-01-04 19:09:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-04 19:09:12 +0100 |
| commit | 627962ce40cd66d84f1be2d88907496fbd40b902 (patch) | |
| tree | 06e28dbd41e5386063a399c0f3a11b9dede2bd28 /requirements.txt | |
| parent | 84a2c97a653d216690da0000f47582118709d2d7 (diff) | |
| parent | 025ce5a1d9b4e5e17e8753f90ac0a3258890bf29 (diff) | |
Merge branch 'master' into flask_perimeter
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index c4cbe4e04..d6c91b246 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ certifi==2016.9.26 -flask==0.11.1 +flask==0.12 flask-babel==0.11.1 -lxml==3.6.0 -ndg-httpsclient==0.4.1 +lxml==3.7.1 +ndg-httpsclient==0.4.2 pyasn1==0.1.9 pyasn1-modules==0.0.8 pygments==2.1.3 -pyopenssl==0.15.1 +pyopenssl==16.2.0 python-dateutil==2.5.3 pyyaml==3.11 -requests[socks]==2.10.0 +requests[socks]==2.12.4 |