script/pyproject.toml
author ymh <ymh.work@gmail.com>
Tue, 12 Jan 2021 13:47:11 +0100
changeset 1538 4e5ee8e79e7f
parent 1522 3ad95f783499
child 1557 7c67caaafdeb
permissions -rw-r--r--
add command to export zoom chat files as annotation

[tool.poetry]
name = "script"
version = "0.1.0"
description = ""
authors = ["Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>"]

[tool.poetry.dependencies]
python = "^3.9"
iri_tweet = { path = './lib/iri_tweet' }
astroid = "^2.2.5"
blessings = "^1.7"
certifi = "*"
chardet = "^4.0"
cssselect = "^1.0.3"
docutils = "~0.16"
idna = "^2.8"
isort = "^5"
lazy-object-proxy = "^1.4"
lockfile = "^0.12.2"
lxml = "^4.3.4"
mccabe = "^0.6.1"
oauthlib = "~3.1"
pylint = "^2.3.1"
pyquery = "^1.4.0"
python-daemon = "^2.2.3"
python-dateutil = "^2.8.0"
requests = "^2.22.0"
requests-oauthlib = "^1.2.0"
six = "^1.12.0"
sqlalchemy = "^1.3.5"
twitter = "^1.18.0"
twitter-text = "^3.0"
typed-ast = "^1.4.0"
urllib3 = "^1.25.3"
wrapt = "^1.11.2"
poetry = "^1.1.4"


[tool.poetry.dev-dependencies]
fissix = "^20"
dephell = {extras = ["full"], version = "^0.8.0"}

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"