mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2adceff25 | ||
|
|
92a0a92b47 |
6
Pipfile
6
Pipfile
@@ -32,11 +32,13 @@ cryptography = "*"
|
|||||||
dataclasses-json = "*"
|
dataclasses-json = "*"
|
||||||
yt-dlp = "*"
|
yt-dlp = "*"
|
||||||
vk-url-scraper = "*"
|
vk-url-scraper = "*"
|
||||||
uwsgi = "*"
|
|
||||||
requests = {extras = ["socks"], version = "*"}
|
requests = {extras = ["socks"], version = "*"}
|
||||||
# wacz = "==0.4.8"
|
|
||||||
numpy = "*"
|
numpy = "*"
|
||||||
warcio = "*"
|
warcio = "*"
|
||||||
|
# pywb and uwsgi are needed for browsertrix to run in docker
|
||||||
|
# wacz = "==0.4.8"
|
||||||
|
uwsgi = "*"
|
||||||
|
pywb = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.10"
|
python_version = "3.10"
|
||||||
|
|||||||
915
Pipfile.lock
generated
915
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ _MAJOR = "0"
|
|||||||
_MINOR = "6"
|
_MINOR = "6"
|
||||||
# On main and in a nightly release the patch should be one ahead of the last
|
# On main and in a nightly release the patch should be one ahead of the last
|
||||||
# released build.
|
# released build.
|
||||||
_PATCH = "4"
|
_PATCH = "5"
|
||||||
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
|
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
|
||||||
# https://semver.org/#is-v123-a-semantic-version for the semantics.
|
# https://semver.org/#is-v123-a-semantic-version for the semantics.
|
||||||
_SUFFIX = ""
|
_SUFFIX = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user