forked from Dimfred/dimfred
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 709 Bytes
/
pyproject.toml
File metadata and controls
33 lines (30 loc) · 709 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
[tool.poetry]
name = "dimfred"
version = "0.19.0"
description = "Tools and abbrevations I use often."
authors = ["Dmitrij Vinokour <dimfred.1337@web.de>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
tabulate = "^0.8.9"
easydict = "^1.9"
PyYAML = "^6.0"
pluck = "^0.2"
urlpath = "^1.2.0"
prettyprint = "^0.1.5"
psutil = "^5.9.0"
click = ">=8.1.2"
shutils = "^0.1.0"
jsoncomment = "^0.4.2"
python-dotenv = "^0.21.0"
PyRSMQ = "^0.4.5"
filelock = "^3.8.0"
pydantic = "^2.6.3"
pydantic-settings = "^2.2.1"
[tool.poetry.dev-dependencies]
pytest-asyncio = "^0.18.3"
pytest-mock = "^3.7.0"
pytest = "^7.1.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"