1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 20:55:10 +01:00

Dependency updates

This commit is contained in:
2018-04-12 15:52:58 +02:00
parent 0d86c2608a
commit 55609aa353
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
#
# pip-compile --output-file requirements-dev.txt requirements-dev.in
#
astroid==1.6.2 # via pylint
astroid==1.6.3 # via pylint
beautifulsoup4==4.6.0 # via bs4
bs4==0.0.1
certifi==2018.1.18 # via requests
@@ -18,8 +18,8 @@ jinja2==2.10 # via flask
lazy-object-proxy==1.3.1 # via astroid
markupsafe==1.0 # via jinja2
mccabe==0.6.1 # via pylint
peewee==3.1.5
pylint==1.8.3
peewee==3.2.2
pylint==1.8.4
requests==2.18.4
six==1.11.0 # via astroid, pylint
urllib3==1.22 # via requests