script/pyproject.toml
changeset 1522 3ad95f783499
child 1538 4e5ee8e79e7f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/script/pyproject.toml	Wed Dec 18 09:52:35 2019 +0100
@@ -0,0 +1,44 @@
+[tool.poetry]
+name = "script"
+version = "0.1.0"
+description = ""
+authors = ["Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>"]
+
+[tool.poetry.dependencies]
+python = "^3.5"
+iri_tweet = { path = './lib/iri_tweet' }
+astroid = "^2.2.5"
+blessings = "^1.7"
+certifi = "^2019.6.16"
+chardet = "^3.0.4"
+cssselect = "^1.0.3"
+docutils = "^0.14"
+idna = "^2.8"
+isort = "^4.3.21"
+lazy-object-proxy = "^1.4.1"
+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"
+
+
+[tool.poetry.dev-dependencies]
+fissix = "^19.2b1"
+dephell = {extras = ["full"], version = "^0.7.9"}
+
+[build-system]
+requires = ["poetry>=0.12"]
+build-backend = "poetry.masonry.api"