access tokens 0.1.1

This commit is contained in:
2026-07-23 13:06:44 +03:00
parent 4d61d873b5
commit 7199387e6f
6 changed files with 352 additions and 27 deletions

View File

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