python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / filesystems / rmfuse / pyproject.toml
blobe3f1767b4cfa9b2580635e823977c4523ed2b3dd
1 [tool.poetry]
2 name = "rmfuse-env"
3 version = "0.1.0"
4 description = ""
5 authors = []
7 [tool.poetry.dependencies]
8 python = "^3.8"
9 rmfuse = {git = "https://github.com/rschroll/rmfuse.git", extras = ["pyfuse3"]}
11 [tool.poetry.dev-dependencies]
13 [build-system]
14 requires = ["poetry-core>=1.0.0"]
15 build-backend = "poetry.core.masonry.api"