-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpyproject.toml
46 lines (43 loc) · 888 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[tool.poetry]
name = "emailbot"
version = "0.1.0"
description = ""
authors = ["gg2001 <[email protected]>"]
license = "MIT License"
[tool.poetry.dependencies]
python = "^3.8"
aiohttp = "3.6.2"
APScheduler = "3.6.3"
async-timeout = "3.0.1"
attrs = "19.3.0"
chardet = "3.0.4"
click = "7.1.2"
"discord.py" = "1.5.1"
Flask = "1.1.2"
idna = "2.10"
itsdangerous = "1.1.0"
Jinja2 = "2.11.2"
MarkupSafe = "1.1.1"
multidict = "4.7.6"
python-http-client = "3.2.7"
pytz = "2020.1"
sendgrid = "6.4.5"
six = "1.15.0"
starkbank-ecdsa = "1.0.0"
tzlocal = "2.1"
Werkzeug = "1.0.1"
yarl = "1.5.1"
astroid = "2.4.2"
certifi = "2020.12.5"
isort = "4.3.21"
lazy-object-proxy = "1.4.3"
mccabe = "0.6.1"
pylint = "2.5.3"
requests = "2.25.1"
toml = "0.10.1"
urllib3 = "1.26.2"
wrapt = "1.12.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"