script/pyproject.toml
author ymh <ymh.work@gmail.com>
Wed, 18 Dec 2019 09:52:35 +0100
changeset 1522 3ad95f783499
child 1538 4e5ee8e79e7f
permissions -rw-r--r--
Migrate to poetry to manage the local venv
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1522
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
[tool.poetry]
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
name = "script"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
version = "0.1.0"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
description = ""
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
authors = ["Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>"]
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
[tool.poetry.dependencies]
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
python = "^3.5"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
iri_tweet = { path = './lib/iri_tweet' }
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
astroid = "^2.2.5"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
blessings = "^1.7"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
certifi = "^2019.6.16"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
chardet = "^3.0.4"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
cssselect = "^1.0.3"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
docutils = "^0.14"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
idna = "^2.8"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
isort = "^4.3.21"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
lazy-object-proxy = "^1.4.1"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
lockfile = "^0.12.2"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
lxml = "^4.3.4"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
mccabe = "^0.6.1"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
oauthlib = "~3.1"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
pylint = "^2.3.1"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
pyquery = "^1.4.0"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
python-daemon = "^2.2.3"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
python-dateutil = "^2.8.0"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
requests = "^2.22.0"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
requests-oauthlib = "^1.2.0"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
six = "^1.12.0"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
sqlalchemy = "^1.3.5"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
twitter = "^1.18.0"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
twitter-text = "^3.0"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
typed-ast = "^1.4.0"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
urllib3 = "^1.25.3"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
wrapt = "^1.11.2"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    36
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
[tool.poetry.dev-dependencies]
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
fissix = "^19.2b1"
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    40
dephell = {extras = ["full"], version = "^0.7.9"}
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    41
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    42
[build-system]
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    43
requires = ["poetry>=0.12"]
3ad95f783499 Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff changeset
    44
build-backend = "poetry.masonry.api"