repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
tools
/
filesystems
/
rmfuse
/
pyproject.toml
blob
e3f1767b4cfa9b2580635e823977c4523ed2b3dd
1
[tool.poetry]
2
name = "rmfuse-env"
3
version = "0.1.0"
4
description = ""
5
authors = []
6
7
[tool.poetry.dependencies]
8
python = "^3.8"
9
rmfuse = {git = "https://github.com/rschroll/rmfuse.git", extras = ["pyfuse3"]}
10
11
[tool.poetry.dev-dependencies]
12
13
[build-system]
14
requires = ["poetry-core>=1.0.0"]
15
build-backend = "poetry.core.masonry.api"