nixpkgs-suyu/pkgs/tools/filesystems/rmfuse/pyproject.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
330 B
TOML
Raw Normal View History

2021-02-18 09:39:37 +01:00
[tool.poetry]
name = "rmfuse-env"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.8"
2021-03-14 17:53:26 +01:00
rmfuse = {git = "https://github.com/rschroll/rmfuse.git", extras = ["pyfuse3"]}
2021-02-18 09:39:37 +01:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"