forked from ugoogalizer/autoshift
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 691 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (29 loc) · 691 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
[tool.poetry]
name = "autoshift"
version = "2.0.2"
description = "AutoSHIFt: Automatically redeem Gearbox SHIFt Codes"
authors = [
"zarmstrong <git@traffid.com>",
"Fabian Schweinfurth <github@derfabbi.de>",
]
license = "GPLv3"
requires-poetry = ">=2.4,<3.0"
[tool.poetry.dependencies]
python = "^3.9"
APScheduler = "^3.9.1"
apprise = ">=1,<2"
beautifulsoup4 = "^4.11.1"
lxml = ">=6,<7"
requests = "^2.28.0"
[tool.poetry.group.dev.dependencies]
flake8 = "^7.3.0"
ipdb = "^0.13.9"
jedi = "^0.18.1"
mypy = "^0.961"
debugpy = "^1.6.0"
pylint = "^2.14.3"
Flask = "^2.1.2"
autoflake = "^1.4"
[build-system]
requires = ["poetry-core>=2.4,<3.0"]
build-backend = "poetry.core.masonry.api"