mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-13 05:58:35 +03:00
version in config
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
VERSION = "0.9.0"
|
VERSION = "0.9.0"
|
||||||
|
|
||||||
API_DESCRIPTION = """
|
API_DESCRIPTION = """
|
||||||
#### API for the Auto-Archiver project, a tool to archive web pages and Google Sheets.
|
#### API for the Auto-Archiver project, a tool to archive web pages and Google Sheets.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
|
[tool.poetry]
|
||||||
|
package-mode = false
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "auto-archiver-api"
|
name = "auto-archiver-api"
|
||||||
version = "0.9.0"
|
|
||||||
description = "API wrapper for Bellingcat's Auto Archiver, supports users, groups, sheet and url archives."
|
description = "API wrapper for Bellingcat's Auto Archiver, supports users, groups, sheet and url archives."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Bellingcat", email = "contact-tech@bellingcat.com" },
|
{ name = "Bellingcat", email = "contact-tech@bellingcat.com" },
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN pip install --no-cache-dir poetry
|
RUN pip install --no-cache-dir poetry
|
||||||
COPY pyproject.toml poetry.lock .
|
COPY pyproject.toml poetry.lock README.md .
|
||||||
RUN poetry install --with web --no-interaction --no-ansi --no-root --no-cache
|
RUN poetry install --with web --no-interaction --no-ansi --no-cache
|
||||||
|
|
||||||
# Copy the application code
|
# Copy the application code
|
||||||
COPY alembic.ini ./
|
COPY alembic.ini ./
|
||||||
|
|||||||
Reference in New Issue
Block a user