-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (44 loc) · 937 Bytes
/
pyproject.toml
File metadata and controls
47 lines (44 loc) · 937 Bytes
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
47
[tool.poetry]
name = "deneb"
version = "2.2.10"
description = "deneb project"
authors = ["DTailor <dann.croitoru@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
spotipy = "^2.9.0"
logzero = "^1.5.0"
click = "^7.0"
sentry-sdk = "1.3.1"
tortoise-orm = "^0.15.18"
asyncpg = "^0.21.0"
aiohttp = "^3.6.2"
arrow = "^0.15.5"
pytz = "^2020.1"
sqlalchemy = "^1.3.13"
python-dotenv = "^0.14.0"
uvloop = "^0.14.0"
flower = "1.0.0"
celery = "5.1.2"
pypika = "0.37.1"
[tool.poetry.dev-dependencies]
ipdb = "^0.13.2"
ipython = "^7.13.0"
isort = "^5.4.1"
mypy = "^0.782"
vulture = "^2.0"
fabric = "^2.5.0"
pytest = "^6.0.1"
pytest-cov = "^2.10.0"
pytest-asyncio = "^0.14.0"
aiomock = "^0.1.0"
coverage = "^5.0.3"
black = "^19.10b0"
alembic = "^1.4.1"
psycopg2-binary = "^2.8.4"
pytest-mock = "^3.1.0"
pyinstrument = "^3.1.3"
snakeviz = "^2.0.1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"