fix: Dockerfile, bump pylookyloo

pull/67/head v1.0
Raphaël Vinot 2020-02-10 11:42:09 +01:00
parent d3a38edb3e
commit c36ee7c53f
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ ENV LANG=C.UTF-8
RUN apt-get update
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
WORKDIR lookyloo
@ -16,6 +16,7 @@ COPY website website/
COPY setup.py .
COPY pyproject.toml .
COPY poetry.lock .
COPY README.md .
RUN mkdir cache user_agents scraped

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pylookyloo"
version = "0.1.0"
version = "1.0"
description = "Python client for Lookyloo"
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "AGPL-3.0-or-later"