Add pytest-randomly to dev dependencies and sort them alphabetically
This commit is contained in:
parent
c7ec978227
commit
94b921230a
1 changed files with 15 additions and 14 deletions
|
|
@ -5,33 +5,34 @@ description = "Get notified when a new drop is available on Twitch."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.14"
|
requires-python = ">=3.14"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"colorama",
|
||||||
"dateparser",
|
"dateparser",
|
||||||
|
"django-auto-prefetch",
|
||||||
|
"django-debug-toolbar",
|
||||||
|
"django-silk",
|
||||||
"django",
|
"django",
|
||||||
"psycopg[binary]",
|
"gunicorn",
|
||||||
|
"httpx",
|
||||||
"json-repair",
|
"json-repair",
|
||||||
"pillow",
|
"pillow",
|
||||||
"platformdirs",
|
"platformdirs",
|
||||||
"python-dotenv",
|
"psycopg[binary]",
|
||||||
"pygments",
|
|
||||||
"httpx",
|
|
||||||
"pydantic",
|
"pydantic",
|
||||||
|
"pygments",
|
||||||
|
"python-dotenv",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
"colorama",
|
|
||||||
"gunicorn",
|
|
||||||
"django-silk",
|
|
||||||
"django-auto-prefetch",
|
|
||||||
"django-debug-toolbar",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
"pytest",
|
|
||||||
"pytest-django",
|
|
||||||
"djlint",
|
|
||||||
"django-stubs",
|
"django-stubs",
|
||||||
"pytest-cov",
|
"djlint",
|
||||||
"hypothesis[django]",
|
"hypothesis[django]",
|
||||||
"pytest-xdist[psutil]>=3.8.0",
|
"pytest-cov",
|
||||||
|
"pytest-django",
|
||||||
|
"pytest-xdist[psutil]",
|
||||||
|
"pytest",
|
||||||
|
"pytest-randomly",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue