diff --git a/LICENSE b/LICENSE index c044b128..e437f77f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,8 @@ BSD 3-Clause License -Copyright (c) 2017, CIRCL - Computer Incident Response Center Luxembourg +Copyright (c) 2017-2018, Quinn Norton +Copyright (c) 2017-2018, Raphaƫl Vinot +Copyright (c) 2017-2018, CIRCL - Computer Incident Response Center Luxembourg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docker-compose.yml b/docker-compose.yml index e29dbfea..4592d3d5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,4 +9,4 @@ services: lookyloo: build: . ports: - - "5000:5000" \ No newline at end of file + - "5000:5000" diff --git a/requirements.txt b/requirements.txt index e2022f6e..7796344a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flask flask-bootstrap ete3 -bs4 +beautifulsoup4 # Backend libs git+https://github.com/viper-framework/har2tree.git