mirror of https://github.com/CIRCL/lookyloo
parent
d3a38edb3e
commit
c36ee7c53f
|
@ -4,7 +4,7 @@ ENV LANG=C.UTF-8
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y upgrade
|
RUN apt-get -y upgrade
|
||||||
RUN apt-get -y install wget python3-pip nodejs git python3-venv
|
RUN apt-get -y install wget python3-pip git python3-venv
|
||||||
RUN pip3 install poetry
|
RUN pip3 install poetry
|
||||||
|
|
||||||
WORKDIR lookyloo
|
WORKDIR lookyloo
|
||||||
|
@ -16,6 +16,7 @@ COPY website website/
|
||||||
COPY setup.py .
|
COPY setup.py .
|
||||||
COPY pyproject.toml .
|
COPY pyproject.toml .
|
||||||
COPY poetry.lock .
|
COPY poetry.lock .
|
||||||
|
COPY README.md .
|
||||||
|
|
||||||
RUN mkdir cache user_agents scraped
|
RUN mkdir cache user_agents scraped
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pylookyloo"
|
name = "pylookyloo"
|
||||||
version = "0.1.0"
|
version = "1.0"
|
||||||
description = "Python client for Lookyloo"
|
description = "Python client for Lookyloo"
|
||||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in New Issue