added httpie for tests

This commit is contained in:
2026-07-23 21:50:17 +03:00
parent be8eb0c485
commit 26b857ed84
2 changed files with 471 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ dependencies = [
"bcrypt (>=5.0.0,<6.0.0)",
"python-jose (>=3.5.0,<4.0.0)",
"python-multipart (>=0.0.32,<0.0.33)",
"ipython (>=9.15.0,<10.0.0)"
"ipython (>=9.15.0,<10.0.0)",
"httpie (>=3.2.4,<4.0.0)"
]