Skip to content

Commit

Permalink
uv related fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sthapa committed Dec 14, 2024
1 parent e227928 commit 4fb09d3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ __pycache__/
froide/static/js
froide/static/css
froide/static/fonts
.vscode/settings.json
.vscode/settings.json
/.venv/
28 changes: 28 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ dependencies = [
"websockets",
"django-filingcabinet @ git+https://github.com/okfde/django-filingcabinet.git@main",
"pygtail @ git+https://github.com/okfde/pygtail.git@dac8bc6fc8d65c7ac820806e570242919616e946",
"ruff>=0.8.3",
"coverage[toml]>=7.6.9",
"django-coverage-plugin>=3.1.0",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -91,6 +94,31 @@ test = [
"types-requests",
]

[dependency-groups]
test = [
"beautifulsoup4",
"coverage[toml]",
"django-coverage-plugin",
"django-stubs",
"factory-boy",
"faker",
"monkeytype",
"mypy",
"pbr",
"pre-commit",
"pycodestyle",
"pyflakes",
"pytest-django",
"pytest-factoryboy",
"pytest-playwright",
"tblib",
"text-unidecode",
"time-machine",
"types-Markdown",
"types-python-dateutil",
"types-requests",
]

[build-system]
requires = ["setuptools>=74"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 4fb09d3

Please sign in to comment.