1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +01:00
This commit is contained in:
2018-05-25 12:10:07 +02:00
parent f6befd0700
commit 46e7fc9899
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.3 # via pylint
astroid==1.6.4 # via pylint
beautifulsoup4==4.6.0 # via bs4
bs4==0.0.1
certifi==2018.4.16 # 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.3.4
pylint==1.8.4
peewee==3.4.0
pylint==1.9.1
requests==2.18.4
six==1.11.0 # via astroid, pylint
urllib3==1.22 # via requests

View File

@@ -14,7 +14,7 @@ idna==2.6 # via requests
itsdangerous==0.24 # via flask
jinja2==2.10 # via flask
markupsafe==1.0 # via jinja2
peewee==3.3.4
peewee==3.4.0
requests==2.18.4
urllib3==1.22 # via requests
werkzeug==0.14.1 # via flask