mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98f4702b9c | ||
|
|
e19a4c85ed | ||
|
|
676bc905c6 | ||
|
|
9f0e24f218 |
2
.github/workflows/python-publish.yaml
vendored
2
.github/workflows/python-publish.yaml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
- name: Build package
|
- name: Build package
|
||||||
run: python -m build
|
run: python -m build
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools", "wheel", "setuptools-pipfile"]
|
requires = ["setuptools", "wheel", "setuptools-pipfile"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
[tool]
|
[tool.setuptools-pipfile]
|
||||||
setuptools-pipfile = "../Pipfile"
|
|
||||||
|
|||||||
39
src/Pipfile
Normal file
39
src/Pipfile
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
[[source]]
|
||||||
|
url = "https://pypi.org/simple"
|
||||||
|
verify_ssl = true
|
||||||
|
name = "pypi"
|
||||||
|
|
||||||
|
[packages]
|
||||||
|
gspread = "*"
|
||||||
|
boto3 = "*"
|
||||||
|
argparse = "*"
|
||||||
|
beautifulsoup4 = "*"
|
||||||
|
tiktok-downloader = "*"
|
||||||
|
bs4 = "*"
|
||||||
|
loguru = "*"
|
||||||
|
ffmpeg-python = "*"
|
||||||
|
selenium = "*"
|
||||||
|
snscrape = "*"
|
||||||
|
yt-dlp = "*"
|
||||||
|
telethon = "*"
|
||||||
|
google-api-python-client = "*"
|
||||||
|
google-auth-httplib2 = "*"
|
||||||
|
google-auth-oauthlib = "*"
|
||||||
|
oauth2client = "*"
|
||||||
|
python-slugify = "*"
|
||||||
|
pyyaml = "*"
|
||||||
|
dateparser = "*"
|
||||||
|
vk-url-scraper = "*"
|
||||||
|
python-twitter-v2 = "*"
|
||||||
|
instaloader = "*"
|
||||||
|
tqdm = "*"
|
||||||
|
jinja2 = "*"
|
||||||
|
cryptography = "==38.0.4"
|
||||||
|
dataclasses-json = "*"
|
||||||
|
|
||||||
|
[requires]
|
||||||
|
python_version = "3.9"
|
||||||
|
|
||||||
|
[dev-packages]
|
||||||
|
autopep8 = "*"
|
||||||
|
setuptools-pipfile = "*"
|
||||||
1365
src/Pipfile.lock
generated
Normal file
1365
src/Pipfile.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ _MAJOR = "0"
|
|||||||
_MINOR = "2"
|
_MINOR = "2"
|
||||||
# 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 = "8"
|
_PATCH = "10"
|
||||||
# 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