diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-17 14:11:45 +0200 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-17 14:11:45 +0200 |
| commit | 47fd81a5910eab3483f79d03eedf9307bc81252f (patch) | |
| tree | 3e1ebd1bddcea649eb968e65161555afd4c2898c /pyproject.toml | |
| parent | f01cb6703710b7df4c7c022047cd35e1d5e9c70e (diff) | |
simple registration prototype
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4c69154..f7e3807 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,15 @@ dependencies = [ "sqlalchemy (>=2.0.48,<3.0.0)", "asyncpg (>=0.31.0,<0.32.0)", "slowapi (>=0.1.9,<0.2.0)", + "dotenv (>=0.9.9,<0.10.0)", + "databases (>=0.9.0,<0.10.0)", + "passlib (>=1.7.4,<2.0.0)", + "email-validator (>=2.3.0,<3.0.0)", + "alembic (>=1.18.4,<2.0.0)", + "argon2-cffi (>=25.1.0,<26.0.0)", + "loguru (>=0.7.3,<0.8.0)", + "pyjwt (>=2.12.1,<3.0.0)", + "authlib (>=1.6.9,<2.0.0)", ] |
