pull/72/head
msramalho 2023-02-07 23:21:18 +00:00
rodzic 676bc905c6
commit e19a4c85ed
4 zmienionych plików z 1406 dodań i 3 usunięć

Wyświetl plik

@ -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 }}

Wyświetl plik

@ -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 100644
Wyświetl plik

@ -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 wygenerowano 100644

Plik diff jest za duży Load Diff