mirror of
https://github.com/DarrylNixon/melamine.git
synced 2024-04-22 06:27:20 -07:00
Fix pyproject dependency format
This commit is contained in:
parent
9534c30bd7
commit
f46611813c
1 changed files with 7 additions and 7 deletions
|
@ -10,13 +10,13 @@ description = "A comprehensive file shredder for Linux"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
|
dependencies = [
|
||||||
[project.dependencies]
|
"loguru==0.7.0",
|
||||||
loguru = "0.7.0"
|
"aiofiles==23.1.0",
|
||||||
aiofiles = "23.1.0"
|
"uvloop==0.17.0",
|
||||||
uvloop = "0.17.0"
|
"asyncstdlib==3.10.8",
|
||||||
asyncstdlib = "3.10.8"
|
"psutil==5.9.5",
|
||||||
psutil = "5.9.5"
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
melamine = "melamine.cli:run"
|
melamine = "melamine.cli:run"
|
||||||
|
|
Loading…
Reference in a new issue