test added

This commit is contained in:
2026-08-30 16:50:28 +03:00
parent ff77d1069a
commit e51bb07e4a
92 changed files with 745 additions and 329 deletions
+10 -4
View File
@@ -1,11 +1,11 @@
[project]
name = "test"
name = "auth-project"
version = "0.1.0"
description = "test task for the company"
description = ""
authors = [
{name = "MH.Dmitrii",email = "MH.Dmitrii@homyk.space"}
]
license = "example project"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"uvicorn (>=0.51.0,<0.52.0)",
@@ -16,10 +16,16 @@ dependencies = [
"bcrypt (>=5.0.0,<6.0.0)",
"python-jose (>=3.5.0,<4.0.0)",
"alembic (>=1.18.5,<2.0.0)",
"python-multipart (>=0.0.32,<0.0.33)"
"python-multipart (>=0.0.32,<0.0.33)",
"pytest (>=9.1.1,<10.0.0)",
"allure-pytest (>=2.16.0,<3.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = false