Compare commits

...

8 Commits

Author SHA1 Message Date
msramalho
98f4702b9c Bump version to v0.2.10 for release 2023-02-07 23:21:26 +00:00
msramalho
e19a4c85ed pipfile test 2023-02-07 23:21:18 +00:00
msramalho
676bc905c6 Bump version to v0.2.9 for release 2023-02-07 23:15:56 +00:00
msramalho
9f0e24f218 toml 2023-02-07 23:15:46 +00:00
msramalho
1b51f49d8f Bump version to v0.2.8 for release 2023-02-07 23:02:56 +00:00
msramalho
cab4281504 toml 2023-02-07 23:02:45 +00:00
msramalho
fb8bb684fe Bump version to v0.2.7 for release 2023-02-07 23:00:12 +00:00
msramalho
ceefd87cf2 path 2023-02-07 23:00:00 +00:00
5 changed files with 1407 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

View File

@@ -1,5 +1,4 @@
[build-system]
requires = ["setuptools", "wheel", "setuptools-pipfile"]
build-backend = "setuptools.build_meta"
[tool]
setuptools-pipfile = "Pipfile"
[tool.setuptools-pipfile]

39
src/Pipfile Normal file
View 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

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ _MAJOR = "0"
_MINOR = "2"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "6"
_PATCH = "10"
# 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 = ""