Compare commits

...

2 Commits

Author SHA1 Message Date
msramalho
b2adceff25 Bump version to v0.6.5 for release 2023-08-24 12:43:49 +01:00
msramalho
92a0a92b47 closes #86 2023-08-24 12:43:28 +01:00
3 changed files with 629 additions and 294 deletions

View File

@@ -32,11 +32,13 @@ cryptography = "*"
dataclasses-json = "*"
yt-dlp = "*"
vk-url-scraper = "*"
uwsgi = "*"
requests = {extras = ["socks"], version = "*"}
# wacz = "==0.4.8"
numpy = "*"
warcio = "*"
# pywb and uwsgi are needed for browsertrix to run in docker
# wacz = "==0.4.8"
uwsgi = "*"
pywb = "*"
[requires]
python_version = "3.10"

915
Pipfile.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ _MAJOR = "0"
_MINOR = "6"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "4"
_PATCH = "5"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""