Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Dec 2, 2024
1 parent 5c9af50 commit 65dae01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 316 deletions.
15 changes: 4 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "aurora"
name = "Aurora"
version = "2.0"
description = ""
readme = "README.md"
Expand Down Expand Up @@ -46,7 +46,6 @@ dependencies = [
"django-pwa",
"django-redis",
"django-regex",
"django-regex",
"django-reversion",
"django-reversion-compare",
"django-simple-captcha",
Expand Down Expand Up @@ -76,17 +75,12 @@ dependencies = [
"sqlparse",
"uwsgi",
]
name = "Aurora"
version = "0.1"
description = ""
readme = "README.md"
license = {text = "MIT"}


[tool.uv]
dev-dependencies = [
"black<23.0.0,>=22.1.0",
"coverage",
"django-stubs[compatible-mypy]<2.0.0,>=1.16.0",
"django-webtest<2.0.0,>=1.9.7",
"factory-boy",
"flake8",
Expand All @@ -97,7 +91,6 @@ dev-dependencies = [
"pdbpp",
"pre-commit",
"pyflakes",
"pytest<7.2",
"pytest-asyncio",
"pytest-coverage<1.0,>=0.0",
"pytest-django<5.0.0,>=4.1.0",
Expand All @@ -106,10 +99,10 @@ dev-dependencies = [
"pytest-pythonpath<1.0.0,>=0.7.3",
"pytest-selenium<3.0,>=2.0",
"pytest-variables<3.0",
"pytest-xdist>=3.6.1",
"pytest<7.2",
"tox",
"watchdog<3.0.0,>=2.1.6",
"django-stubs[compatible-mypy]<2.0.0,>=1.16.0",
"pytest-xdist>=3.6.1",
]

[build-system]
Expand Down
Loading

0 comments on commit 65dae01

Please sign in to comment.