about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/filesystems/rmfuse/pyproject.toml
blob: e3f1767b4cfa9b2580635e823977c4523ed2b3dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.poetry]
name = "rmfuse-env"
version = "0.1.0"
description = ""
authors = []

[tool.poetry.dependencies]
python = "^3.8"
rmfuse = {git = "https://github.com/rschroll/rmfuse.git", extras = ["pyfuse3"]}

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"