forked from expo/troggle
using uv not pip
This commit is contained in:
+28
-10
@@ -1,10 +1,28 @@
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
|
||||
[tool.isort]
|
||||
profile = 'black'
|
||||
line-length=120
|
||||
|
||||
[tool.ruff]
|
||||
line-length=120
|
||||
ignore = ["E402"]
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
|
||||
[tool.isort]
|
||||
profile = 'black'
|
||||
line-length=120
|
||||
|
||||
[tool.ruff]
|
||||
line-length=120
|
||||
ignore = ["E402"]
|
||||
|
||||
[project]
|
||||
name = "troggle"
|
||||
version = "0.1.0"
|
||||
description = "Troggle - cave data management"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"beautifulsoup4>=4.12.3",
|
||||
"black>=24.10.0",
|
||||
"coverage>=7.6.9",
|
||||
"deptry>=0.21.1",
|
||||
"django>=5",
|
||||
"isort>=5.13.2",
|
||||
"piexif>=1.1.3",
|
||||
"pillow>=11.0.0",
|
||||
"unidecode>=1.3.8",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user