Skip to content

Instantly share code, notes, and snippets.

@betterthanever2
Created February 16, 2023 20:39
Show Gist options
  • Save betterthanever2/885e1448343a4dd9b507acd3c762f549 to your computer and use it in GitHub Desktop.
Save betterthanever2/885e1448343a4dd9b507acd3c762f549 to your computer and use it in GitHub Desktop.
b'Head'!
[tool.poetry]
name = "wapaganda"
version = "0.1.0"
description = ""
authors = ["..."]
packages = [{include="common,utils"}]
[tool.poetry.group.locals.dependencies]
local-common = {path = "./common/", develop = true}
local-utils = {path = "./utils/", develop = true}
[tool.poetry.group.platforms.dependencies]
python-youtube = "^0.8.2"
vk = "^3.0"
pytumblr = "^0.1.0"
pyrogram = "^2.0.59"
youtube-dl = "^2021.12.17"
tgcrypto = "^1.2.4" # a pyrogram dependency
[tool.poetry.group.database.dependencies]
psycopg = "^3.0.14"
psycopg-binary = "^3.0.14"
supabase = "^0.7.1"
pymongo = "^4.3.2"
[tool.poetry.group.formats.dependencies]
docx = "^0.2.4" # DOC & DOCX
reportlab = "^3.6.10" # PDF
pdfplumber = "^0.7.6" # PDF
EbookLib = "^0.17.1" # EPUB
moviepy = "^1.0.3" # Video files
haralyzer = "^2.1.0" # HAR files
pysrt = "^1.1.2" # SRT files
libpff-python = "^20211114" # required by reportlab? unclear
xlrd = "^2.0.1" # required by reportlab? unclear
[tool.poetry.group.machinelearning.dependencies]
face-recognition = "^1.3.0"
jsonlines = "^3.1.0"
datasets = "^2.6.1"
evaluate = "*"
librosa = "^0.9.2"
jiwer = "^2.5.1"
[tool.poetry.dependencies]
python = ">=3.9.12,<3.11"
requests-html = "^0.10.0"
requests = "^2.28.1"
CacheControl = "^0.12.11"
frozendict = "^2.3.2"
pandas = "^1.4.2"
opencv-contrib-python = "^4.5.5"
opencv-python = ">=4.6.0.66,<4.7.0.0"
arrow = "^1.2.2" # Date and time
pyloaders = "^0.0.5"
pvpn = "^0.2.5"
tqdm = "^4.64.1"
transformers = "^4.26.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment